Edit
by Julio Moreno - 9 years ago (2015-05-12)
incompatible
| no Conect SQL Server anyway |
Ask clarification
2 Recommendations
Database Manager: Connect and query several databases using PDO
This package connect and Query several databases using PDO.
There is a base class that can establish connections to different databases using PDO. Currently it supports MySQL, PostgreSQL, SQL Server and SQLite.
The query sub-class extends the connection class can execute arbitrary queries and retrieve the results as an array or a string.
| by Samuel Adeshina package author 1015 - 9 years ago (2015-05-13) Comment
If you are already used to working with MySQL or some other DB systems and now need to work with MS SQL server in php without having to worry about learning anything, then this class was built for you. All you've got to do is supply the instance you want to connect to, your username and password in an ini file, then start writing queries and processing returned arrays as if you were working with your favorite MySQL or some other db systems. |
database class: mSQL,MS SQL,MySQL,ODBC,Postgre,Sybase DB Layer
Very easy database layer to connect to different database types. Easy switching between different database types! With this class you can do queries to the following database servers:
- mSQL
- MS SQL Server
- MySQL
- ODBC
- Postgres SQL
- Sybase
ATTENTION!!!
I only tested MySQL and ODBC Databases yet. Please send me a mail if other databases are working with this class or not, to continue developement of this layer.
| by Dave Smith 7620 - 9 years ago (2015-05-13) Comment
User comments on this class state that it will connect to MS SQL if you want to give it a try. |