You can even do it on a unix platform using freeTDS (http://freetds.org), just compile php --with-sybase=/freetds/base/install/dir and make sure you set the TDS version depending on your mssql server version.
> -----Original Message----- > From: Paco Ortiz [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 31, 2002 7:28 AM > To: Sebastian Broekhoven; [EMAIL PROTECTED] > Subject: Re: [PHP-WIN] Native connection MS SQL2000 > > > Hi, > > 1/31/02 2:42:44 PM, "Sebastian Broekhoven" > <[EMAIL PROTECTED]> escribió: > > >Hi There, > > > >At the moment when we connect to a MS SQL 2000 server we use > ODBC connections. > > > >BUT... we want to make native connections with the MS SQL > 2000 server. > >Is that possible? > > yes!. Enable php_mssql.dll extension. However, you'd need to > rewrite your code, as it uses different API (mssql_* functions). > Maybe you could write a wrapper (odbc_* really calls mssql_* ) > to avoid the work... > > Good luck! > > F.J.Ortiz > > >Greetings, > >Sebastian > > > > > >-- > >PHP Windows Mailing List (http://www.php.net/) > >To unsubscribe, e-mail: [EMAIL PROTECTED] > >For additional commands, e-mail: [EMAIL PROTECTED] > >To contact the list administrators, e-mail: > [EMAIL PROTECTED] > > > > > > ___________________________________ > Francisco Javier Ortiz Torre > ComuNET,S.A. > mailto:[EMAIL PROTECTED] > > ComuNET, S.A > Gral. Concha 39,6º > 48012 Bilbao España > Tel: +34 944 700 101 > Fax: +34 944 700 185 > http://www.comunet.es > ___________________________________ > > > > -- > PHP Windows Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: > [EMAIL PROTECTED] > -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]