Re: [PHP] PHP vs. FreeTDS

2001-02-22 Thread Michael Kimsal
FreeTDS is used to provide Sybase and MSSQL-specific TDS protocol instructions to the databases. ODBC is a different protocol (from my understanding). If you're trying to use ODBC stuff, you need an ODBC driver. I think FreeTDS might have this/allow this, but I don't think it's intended to do

RE: [PHP] PHP vs. FreeTDS

2001-02-21 Thread Mark Roedel
> -Original Message- > From: Scott Fletcher [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, February 20, 2001 5:03 PM > To: [EMAIL PROTECTED] > Subject: Re: [PHP] PHP vs. FreeTDS > > > I can't user mssql_connect, I'm using odbc_connect! Most of

Re: [PHP] PHP vs. FreeTDS

2001-02-20 Thread Scott Fletcher
I can't user mssql_connect, I'm using odbc_connect! Most of the websites for my company use odbc_connect. Because we sometime move the website from unix to windows and back. So, it is more reliable that way. Scott "Michael Kimsal" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:

Re: [PHP] PHP vs. FreeTDS

2001-02-20 Thread Michael Kimsal
Scott Fletcher wrote: >Hi! I am installing the FreeTDS so that unix machine can use PHP to > connect to MS-SQL Server using odbc_connect. I assume you mean mssql_connect, not odbc_connect. > However, the direction is > pretty tricky and it isn't much of a help in clarification. I have