[PHP-DB] mssql functions on unix

2001-09-26 Thread Ricky Theil
Where do these functions come from on a unix box? I've never had to connect to a mssql DB from a unix machine, but have run into the point where I must. I have plenty of scripts on a windows machine connecting to a mssql DB, but I don't see a configure option to include the mssql functions when

RE: [PHP-DB] mssql functions on unix

2001-09-26 Thread Andrew Hill
To: [EMAIL PROTECTED] Subject: [PHP-DB] mssql functions on unix Where do these functions come from on a unix box? I've never had to connect to a mssql DB from a unix machine, but have run into the point where I must. I have plenty of scripts on a windows machine connecting to a mssql DB

RE: [PHP-DB] mssql functions on unix

2001-09-26 Thread Ricky Theil
] Subject: RE: [PHP-DB] mssql functions on unix Ricky, Compile --with-sybase will give you an older TDS support, and allow you to use the sybase_functions with MS SQLServer 6 and 7. If you need to connect PHP on Unix to MS SQLServer 2000 you will want to use ODBC. Howto's are available on preparing PHP