Sloan wrote:
Moby wrote:
While this is not exactly what you asked for, we use php to connect to
MS SQL Servers on OpenSuse 10.3 via unixODBC.

PHP uses ODBC through unixODBC, unixODBC then uses the FreeTDS ODBC
drivers to connect to SQL. Works like a charm.

That's interesting - we didn't have any luck with that, couldn't ever
get the freetds drivers to connect successfully to the pc sql server and
ended up going with the easysoft odbc drivers, which worked like a charm
out of the box.

Does the pc sql server have to be operated in some sort of compatibility
mode or something, to allow interoperability with the freetds drivers?
I'm curious if we might have missed something.

Joe

No - we are using freetds-unixodbc version 0.63-1 - works like a charm out of the box. It's odbc driver is libtdsodbc.so and we are connecting to SQL Server 2000 and 2005 without any issues.


--
--Moby

They that can give up essential liberty to obtain a little temporary safety 
deserve neither liberty nor safety.  -- Benjamin Franklin


--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to