Re: DBD::Sybase and extended sysprocesses columns
"Matthew Persico" <[email protected]> Mon, 26 Mar 2007 14:57:27 -0400
| Newsgroups | gmane.comp.lang.perl.modules.dbi.sybase.devel,gmane.comp.lang.perl.modules.dbi.sybase |
|---|---|
| Message-ID | <[email protected]> |
On 3/26/07, Jason L. Froebe <[email protected]> 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.