Re: [PHP] Re: change database from mysql to mssql

2004-05-17 Thread Justin Patrin
Raditha Dissanayake wrote: Torsten Roehr wrote: Hi all I have been using mysql as the database for my PHP application. Now my manager ordered me to use Microsoft SQL Server as the database. I have been using the mysql interface to access the database, so I have to change my code. Which database int

Re: [PHP] Re: change database from mysql to mssql

2004-05-17 Thread raditha dissanayake
Torsten Roehr wrote: Hi all I have been using mysql as the database for my PHP application. Now my manager ordered me to use Microsoft SQL Server as the database. I have been using the mysql interface to access the database, so I have to change my code. Which database interface should I use, ODBC,

[PHP] Re: change database from mysql to mssql

2004-05-17 Thread Aidan Lister
Yep, MDB2 is the best bet "Torsten Roehr" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > "David" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > > Hi all > > > > I have been using mysql as the database for my PHP application. > > Now my manager ordered me to use Micr

[PHP] Re: change database from mysql to mssql

2004-05-17 Thread Torsten Roehr
"David" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi all > > I have been using mysql as the database for my PHP application. > Now my manager ordered me to use Microsoft SQL Server as the database. > I have been using the mysql interface to access the database, so I have > to ch