Image_Size
This clause is used with the Info prefix to resize images from a database management system to fit in the fields.
Syntax:
Info [Image_Size(width,height )] ( loadstatement | selectstatement )
Arguments:
Argument | Description |
---|---|
width | The width of the image specified in pixels. |
height | The height of the image specified in pixels. |
Example:
Info Image_Size(122,122) SQL SELECT ID, Photo From infotable;