This is a discussion on MS SQL Connectivity from Linux within the PHP General forums, part of the PHP Programming Forums category; Hi everyone, What is the quickest and easiest way to enable access to a MS SQL database from a Linux ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Fernando Melo wrote:
> Hi everyone, > > What is the quickest and easiest way to enable access to a MS SQL database > from a Linux server (using PHP functions ofcourse), seeing as the MSSQL > extension is available on Win32 systems only. ODBC -- Burhan Khalid phplist[at]meidomus[dot]com http://www.meidomus.com ----------------------- "Documentation is like sex: when it is good, it is very, very good; and when it is bad, it is better than nothing." |
|
|||
|
I use PEAR db
http://pear.php.net/manual/en/package.database.php http://pear.php.net/manual/en/packag....intro-dsn.php this is included with the php distibution and makes swapping databases a doddle pete Fernando Melo wrote: > Hi everyone, > > What is the quickest and easiest way to enable access to a MS SQL database > from a Linux server (using PHP functions ofcourse), seeing as the MSSQL > extension is available on Win32 systems only. > > Thanks > Fern |