Does mysqli have support for MS SQL?
+1
A:
mysqli is just an improved MySQL extension for PHP. It has nothing to do with MSSQL.
BoltClock
2010-05-03 07:26:36
+2
A:
http://www.php.net/manual/en/intro.mysqli.php
I quote:
The mysqli extension allows you to access the functionality provided by MySQL 4.1 and above. More information about the MySQL Database server can be found at » http://www.mysql.com/
So probably no :)
Snake
2010-05-03 07:26:50