how to configure freetds in win2003. i got wamp as my web deamon, and trying to up cabal toolz, i have used native mssql dll but got me tons of problems.
i have read the readme of my chumpy and follwed his instruction, but l it didnt work
this is what ive did:
1) downloaded this http://kromann.info/php5_2-Release_TS/php_dblib.dll for php 5.2
2)Place the .dll in the PHP extensions directory, mine is on folder "ext"
3).replace extension=php_mssql.dll with extension=php_dblib.dll in php ini
magic_quotes_gpc = On
magic_quotes_sybase = On
mssql.textlimit = 20971520
mssql.textsize = 20971520
mssql.secure_connection = Off
create a freetds conf file on c:\ :
[global]
host = 192.168.1.2 //mssql2005 is on a diff box
port = 1433
client charset = UTF-8
tds version = 8.0 / / tried 9.0 and 7.0 but no luck
text size = 20971520
Did i miss anything?![]()


Reply With Quote


