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

Re: [PHP-DB] mssql 2000

2001-04-23 Thread Frank M. Kromann
The MSSQL extension works fine with SQL Server 6.5, 7.0 and 2000. What type of errors are you getting ? - Frank > Why the mssql_connect don't function with mssql server 2000 ? > > Bye > Gian Luca > > > > -- > PHP Database Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL