Re: DBD::Sybase not connecting - acts like it is not using FreeTDS
"James K. Lowden" <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
On Fri, 15 Feb 2013 09:24:44 -0600 Darrell Cormier <[email protected]> wrote: > The odd thing is that I copied these perl scripts directly from an > old server (configured in about 2005), which is still running these > scripts, and they still work well. I am wondering if there is a > slight change in the newer versions of DBD::SYBASE that are a little > more picky about the server designation. Hmm. Maybe. It could be that your query is now executed as a prepared statement, whereas in 2005 it would have been sent verbatim as plain SQL. If so, perhaps the server interprets the leading servername differently in that context. --jkl