Hi!
I know many MySQL-Php-Forums, but are there any using Php/MSSQLServer?
P.S.
It's easy to replace mysql-functions with mssql - but if there is already good MSSQL-forum why to waste time...
I would recommend using ADODB to avoid this problem. ADODB is basically an abstracted layer that allows you to use the same set of instructions to work with your database no matter which database you use. It is also free, easy to use and it's pretty popular.
In other words, if you use ADODB for your application and decide to switch database. The only thing you would have to do is just change the parameter name of the database name and your done.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.