Re: [PHP-DB] MSSQL 2000 and PHP on Linux..

2001-11-30 Thread Todd Williamsen
it doesn't matter what OS you are connecting from, all it cares about is who is connecting and how. MS SQL isn't that picky. As long as you issue the correct commands to connect, no problem at all. look at php.net to see the function to connect to a MS SQL Server box (odbc?) "Andrew Hill" <[EMA

RE: [PHP-DB] MSSQL 2000 and PHP on Linux..

2001-11-19 Thread Andrew Hill
Marcelo, You can use the sybase or free tds libraries, per the configuration options, e.g. --with-option. Check the install docs for the libraries you will need (e.g. ct-lib, tds). Another option is ODBC. Here you can link --with-iodbc using the SDK from www.iodbc.org, and drivers from www.openl