ubuntu 8.04 MSSQL

回覆文章
yehlu
Site Admin
文章: 3245
註冊時間: 2004-04-15 17:20:21
來自: CodeCharge Support Engineer

ubuntu 8.04 MSSQL

文章 yehlu »

http://th1rty7.blogspot.com/2008/06/mss ... u-804.html

MSSQL + PHP in Ubuntu 8.04
Following comments to this post, I got MS SQL working with PHP.

$ apt-get install freetds-dev tdsodbc php5-sybase
$ nano /etc/odbcinst.ini

[FreeTDS]
Description = FreeTDS 0.61-5 Deb
Driver = /usr/lib/odbc/libtdsodbc.so
Setup = /usr/lib/odbc/libtdsS.so
FileUsage = 1
CPTimeout = 5
CPReuse = 5



$ nano /etc/odbc.ini

[Products]
Description = Products on The MSSQL Server
Driver = FreeTDS
Servername = FSData
Database = Products
Port = 1433
回覆文章

回到「Linux」