[PHP] Re: using the mssql functions on a linux server

2004-07-24 Thread Chris Martin
Skippy wrote: On Mon, 12 Jul 2004 14:54:15 -0400 [EMAIL PROTECTED] (Edward Peloke) wrote: Is this the only way around it? Can I get to mssql without using the mssql extension? I don't think so. Plus, the entire setup is a bit complicated and you need FreeTDS as well as UnixODBC installed, plus so

RE: [PHP] Re: using the mssql functions on a linux server

2004-07-14 Thread Michael Sims
Skippy wrote: >> Is this the only way around it? Can I get to mssql without using >> the mssql extension? > > I don't think so. Plus, the entire setup is a bit complicated and you > need FreeTDS as well as UnixODBC installed, plus some /etc > configuration "magic". Why is UnixODBC necessary? I'v

Re: [PHP] Re: using the mssql functions on a linux server

2004-07-14 Thread Skippy
On Mon, 12 Jul 2004 14:54:15 -0400 [EMAIL PROTECTED] (Edward Peloke) wrote: > Is this the only way around it? Can I get to mssql without using the mssql > extension? I don't think so. Plus, the entire setup is a bit complicated and you need FreeTDS as well as UnixODBC installed, plus some /etc co

RE: [PHP] Re: using the mssql functions on a linux server

2004-07-12 Thread Edward Peloke
Is this the only way around it? Can I get to mssql without using the mssql extension? -Original Message- From: Arnout Boks [mailto:[EMAIL PROTECTED] Sent: Monday, July 12, 2004 1:59 PM To: [EMAIL PROTECTED] Subject: [PHP] Re: using the mssql functions on a linux server == Quote from

[PHP] Re: using the mssql functions on a linux server

2004-07-12 Thread Arnout Boks
== Quote from http://php.us.themoes.org/manual/en/ref.mssql.php: == To use the MSSQL extension on Unix/Linux, you first need to build and install the FreeTDS library. Source code and installation instructions are available at the FreeTDS home page: http://www.freetds.org/ Hope this helps you, Arno