Re: [PHP-DB] Moving from MySQL to MSSQL Server 2000

2002-01-15 Thread Gabriel Ricard
Sorry for the late reply to this, but if you were to move to MS SQL I'd highly recommend using FreeTDS (www.freetds.org) to access the database from PHP. Due to the lack of an MS SQL client library in Mac OS X I have to use FreeTDS to contact another MS SQL server ( I use MySQL myself ).

RE: [PHP-DB] Moving from MySQL to MSSQL Server 2000

2002-01-15 Thread Andrew Hill
: Gabriel Ricard [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 15, 2002 10:59 AM To: Boaz Yahav Cc: [EMAIL PROTECTED] Subject: Re: [PHP-DB] Moving from MySQL to MSSQL Server 2000 Sorry for the late reply to this, but if you were to move to MS SQL I'd highly recommend using FreeTDS

[PHP-DB] Moving from MySQL to MSSQL Server 2000

2002-01-12 Thread Boaz Yahav
Hi I'm planning to move my site (Very successful / high traffic Auctions site) from MySQL to MSSQL Server 2000. I was wondering if anyone has done this move and if there are any pit falls to notice. 1. Is ODBC the only way to work from a Solaris / Apache / PHP 4 machine to a Win2K / SQL Server