sybperl-l Archive
Up Prev Next
From: "Matthew Persico" <matthew dot persico at gmail dot com>
Subject: Re: DBD::Sybase and extended sysprocesses columns
Date: Mar 26 2007 6:57PM
On 3/26/07, Jason L. Froebe wrote:
>
> These are set at the ASE server not at the client connection
> ct_connect() (v12.0 and higher). So.. it would be nice for Michael to
> add them as part of the standard 'after connect' processing but we do
> have a workaround until then. :)
>
> $dbh->do(...)
>
Ah. I did not realize that this was SQL and not CTLib magic. Since we
have wrapped 99% of all DBD::Sybase calls in a local module that
multiplexes - one syntax, multiple server types (Oracle, Sybase, etc).
I can easily update the info consistently by doing the magic myself
when driver => 'Sybase'
Much obliged.
|