DBD::Sybase error (was RE: SEGV error)

2005-05-12 Thread Jeff Urlwin
No, but posting with a better subject and the exact error message you still get would help. I don't see a 'DynaLoader' error in there... Jeff -Original Message- From: Mark Vaughan [mailto:[EMAIL PROTECTED] Sent: Thursday, May 12, 2005 7:02 PM To: Jeff Urlwin; DBI users Subject:

DBD::Sybase error handler (syb_err_handler) behaviour

2002-07-05 Thread Clark, Ralph
Here's a possibly controversial point about error handlers. When a DBD::Sybase method goes awry and a routine referenced by syb_err_handler is called, we have two choices - return 0 to ignore the error or return 1 to go on and launch the default handler. This doesn't say anything explicit

Re: DBD::Sybase Error Handler

2002-05-31 Thread Michael Peppler
On Thu, 2002-05-30 at 22:36, Raghu Karamel wrote: Hi, I am facing a problem with DBD::Sybase and the problem is all of the inbuilt error variables and methods are returning null values and the error messages are sent to the STDERR device. What do you mean that standard error

DBD::Sybase Error

2001-03-15 Thread Ahmed Shaikh
PC: Intel x86 OS : Red Hat Linux 6.2 (Zoot) Db: Sybase 11.03 Problem: I want to run my perl 3 Lines script from shell prompt. a small script like this; # script name test.pl Line 1: #!/usr/bin/perl -w Line 2: use DBI ; Line 3: use DBD::Sybase; i provide following line on shell( c-shell) perl

Re: DBD::Sybase Error

2001-03-15 Thread Michael Peppler
Ahmed Shaikh writes: PC: Intel x86 OS : Red Hat Linux 6.2 (Zoot) Db: Sybase 11.03 Problem: I want to run my perl 3 Lines script from shell prompt. a small script like this; # script name test.pl Line 1: #!/usr/bin/perl -w Line 2: use DBI ; Line 3: use DBD::Sybase;