Ubuntu -> MS SQL

Soldato
Joined
5 May 2003
Posts
4,515
Location
UK
Hi guys

I've found found various articles on this but am interesting on peoples personal experiences with setting this up.

Looking to be able to connect to our Ms SQL db from linux (ubuntu server) to run queries etc...

I should imagine I'd need an initial config then would be able to just use php for the queries.

Thanks
 
FreeTDS is an impementation of the Tabular DataStream protocol, used for
connecting to MS SQL and Sybase servers over TCP/IP.

This package manages the configuration files that are common to all of
the TDS client library implementations (CT-Lib, DB-Lib, and ODBC),
stored in /etc/freetds/.
 
Back
Top Bottom