Re: CTLib error catching
here is a small example of two call back functions and their use, please also see the module's documentation at CPAN.org, as well as Michael Peppler's site for more in depth information http://mbay.net/~mpeppler/Sybperl/article.html. You will likely want much more in depth error management than t
CTLib error catching
I'm using CTLib to perform queries on sybase database. How do I catch errors such as database intergrity constraints etc? Thanks in advance.