Perl CGI Scripts - Sybase Server
Error 2782 Troubleshooting
Server message number=2782 severity=16 state=1 line=1
server=test1 procedure=DBD1 text=An untyped variable in the PREPARE
statement 'DBD1' is being resolved to a TEXT or IMAGE type. This is
illegal in a dynamic PREPARE statement.
Solution: This error should never occur with the Perl CGI scripts generated
by CGIScripter. Sybase is not compatible with the use of bind variables
for TEXT or IMAGE type columns. Therefore the Perl CGI scripts generated
by CGIScripter are designed to avoid the use of bind variables for Sybase
TEXT and IMAGE type columns.