|
|
sybperl-l Archive
Up Prev Next
From: "Huber, Robert J (Force 3)" <robert dot huber-eds at eds dot com>
Subject: RE: @@error
Date: Jun 18 2004 2:24PM
Thanks for the helpful response!
This however takes me to my next problem: the "argument list" for the server
call back module. When I print out the value of each argument the $srv
argument (see below) is not set to the server the database handle, $dbh, was
setup to connect to. The value of $srv is a valid server name in our system.
I printed out the entire environment hash (%ENV) and nowhere can this value
be found.
Anyone know where/how this is set?
Thanks..
-----Original Message-----
From: owner-sybperl-l@peppler.org [mailto:owner-sybperl-l@peppler.org]On
Behalf Of Michael Peppler
Sent: Thursday, June 17, 2004 1:23 PM
To: SYBPERL-L mailing list (E-mail)
Subject: RE: @@error
=========snip
sub srv_cb {
my ($dbh, $errno, $sev, $state, $line, $srv, $proc, $msg) = @_;
=========snip
|