in reply to Error Handeling in Sybase::Dblib

Take out the || die logic and setup an error handler to trap the error (you have to decide how you want to handle the error). Or, scap the dbcmd/dbsqlexec/dbresults and use the nsql method. It's all there in the docs.

-derby