For some examples of connecting PHP to ODBC, visit
http://php.weblogs.com/odbc
As to speed, definitely MSSQL using PHP is very fast. See some benchmarks:
http://php.weblogs.com/adodb_benchmarks
Try the ADODB database wrapper library also. It's ADO for PHP!
http://php.weblogs.com/adodb (I'm the author).
Regards, John
"Yevgeny Dyatlov" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hello ,
>
> Can somebody help me with a question:
> ASP use for connection to MSSQL the OLE DB for SQL Server, someone
> tell that it's cool because it better & faster than ODBC. But in
> PHP4 there are functions both for ODBC & MSSQL. In FAQ on
> www.php.net - 'On Windows 95/NT machines, you can simply use the
> included ODBC support and the correct ODBC driver.'
> Please help! What it work in fact? And what (ASP or PHP) will faster
> work with MSSQL on WinNT with MS IIS?
>
> --
> Best regards,
> Yevgeny mailto:[EMAIL PROTECTED]
>
>
>
> --
> PHP Database 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 Database 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]