Stored Procedure Support for Placeholders
The Adaptive Server Enterprise database driver for Perl supports stored procedures that include both input and output parameters.
Supported Private Driver Methods
dbh->syb_isdead() returns a true or false representation of the state of the connection. A false return value may indicate a specific class or errors on the connection, or that the connection has failed.
Text and Image Data Handling
The Adaptive Server Enterprise database driver for Perl supports image and a text type for LONG/BLOB data. Each type can as much as 2GB of binary data.
Error Handling
All errors from the Adaptive Server database driver for Perl and CT-Lib are propagated into the DBI layer.