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.