RE: [PHP-DB] how do I connect to MSSQL2000 and mySQL with PHP4 and Linux?

2001-03-29 Thread Daevid Vincent
By the way, I understand there are major issues with SQL2000 server. In that case, ODBC might be a better choice. Figures, that's the version we're using... So what all is involved with getting ODBC to work. Also, in case this wasn't obvious, I'm trying to connect from the PHP/Apache/Linux

RE: [PHP-DB] how do I connect to MSSQL2000 and mySQL with PHP4 and Linux?

2001-03-29 Thread Andrew Hill
Hi Daevid, ODBC isn't that scary :) You bascially need to link a Driver Manager into PHP so it can knows how to bind to the ODBC layer. The Quick and Dirty instructions are 1. download the iODBC sdk from www.iodbc.org, 2. add --with-iodbc=/path/to/iodbc in to your configure 3. proceed as

RE: [PHP-DB] how do I connect to MSSQL2000 and mySQL with PHP4 and Linux?

2001-03-29 Thread Daevid Vincent
The Quick and Dirty instructions are 1. download the iODBC sdk from www.iodbc.org, can you give me the EXACT URL's for EVERYTHING I need to download and install re: ODBC I have RedHat 6.2, (so glibc2) 2. add --with-iodbc=/path/to/iodbc in to your configure I'm having difficulties with that