Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re^3: Cannot connect Perl to PostgreSQL using ODBC (SQL-IM002)

by mpeppler (Vicar)
on Aug 24, 2010 at 12:27 UTC ( [id://856923]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Cannot connect Perl to PostgreSQL using ODBC (SQL-IM002)
in thread Cannot connect Perl to PostgreSQL using ODBC (SQL-IM002)

set pendantic mode on

Actually, DBD::Sybase doesn't use an obsolete/old protocol. It uses whatever freetds has available, which is usually TDS 7 or 8, which happens to be the current native protocol for MS-SQL.

It's just a different implementation from the native ODBC API, but it's the same protocol. And if you use DBD::ODBC on Unix/Linux with freetds, then you really use the same protocol as DBD::Sybase, but with a different API.

Michael

  • Comment on Re^3: Cannot connect Perl to PostgreSQL using ODBC (SQL-IM002)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://856923]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (2)
As of 2024-04-25 19:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found