|
|
sybperl-l Archive
Up Prev Next
From: "Stern, Meir" <Meir dot Stern at gs dot com>
Subject: RE: Help pls.
Date: Oct 6 1999 7:39PM
David,
I have the same question however I use CTlib what would be the syntax for
error handling after a ct_sql() comman. Thanks for your help.
Meir Stern
Dept: User Support Engineering
Tel: 71727
Email: meir.stern@ny.email.gs.com
-----Original Message-----
From: David Hajoglou [mailto:hojo@greenland.i-tel.com]
Sent: Wednesday, October 06, 1999 1:33 PM
To: SybPerl Discussion List
Subject: Re: Help pls.
I attached a reference manual that I aquired somewhere. Pay attention to
the use of three things:
the nsql method
dbmsghandle("Sybase::DBlib::nsql_message_handler");
dberrhandle("Sybase::DBlib::nsql_error_handler");
$DB_ERROR
You can use these three thins to configure error handling.
-David
On Wed, 6 Oct 1999, Manjeet Kalsi wrote:
>
> Where can I find Sybperl examples with error handling ? I am pretty much
new to
> perl/sybperl and I have some routines written but without any error
handling.
>
> Thanks
>
> Manjeet
>
|