Hi all,
I have 2 varbinary(MAX) fields in a SQL Server table - Photo and Thumbnail.
The Photo field has a large image in it - a photo.
The Thumbnail field is a new field, and needs to be updated with the Photo field, but downsized with a scale of 50%, or whatever percentage displays the best when rendered in a grid.
I've searched the forum, but all examples are in B4A and the methods are different in B4J.
What's the best way to update the field in the table?
Regards,
Mark Stuart
I have 2 varbinary(MAX) fields in a SQL Server table - Photo and Thumbnail.
The Photo field has a large image in it - a photo.
The Thumbnail field is a new field, and needs to be updated with the Photo field, but downsized with a scale of 50%, or whatever percentage displays the best when rendered in a grid.
I've searched the forum, but all examples are in B4A and the methods are different in B4J.
What's the best way to update the field in the table?
Regards,
Mark Stuart