Perl CGI Scripts - Keep Option
Issue When Updating Sybase Image Records Troubleshooting
The "Keep" option is not available for Sybase
IMAGE columns when displaying records for updating.
Solution: None. The "Keep" menu option was removed from generated
Perl CGI scripts due to Sybase not supporting bind variables for IMAGE
columns. Sybase also prevents performing an update of an IMAGE column
when the Perl variable assocated with the IMAGE column contains zero
bytes. This limitation does not occur with any other database supported
by CGIScripter because all other databases support the use of bind variables
for all column types.