Re: CTLib error catching

2001-12-29 Thread gmsayloriii
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

2001-12-26 Thread Kanchana Weerasinghe
I'm using CTLib to perform queries on sybase database. How do I catch errors such as database intergrity constraints etc? Thanks in advance.