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]

Reply via email to