Menu

MultiSQL 1.0 for PHP5 released

Finally I managed to do some testing on my new class MultiSQL.
With this class you can use different DBMS with the same code, with no (or little) changes to the SQL-queries. Not all kinds of queries can be translated, but for most SELECT, INSERT, DELETE and UPDATE queries it seems to work perfectly fine.
Creating tables for example will most propably not work without changes because of different names for datatypes.
But as I said, most normal queries should work perfectly. I actually use this class on my website (which is still under construction) and have no problems at all.
The class currently supports MySQL, PostgreSQL and MSSQL, including support to emulate LIMIT and OFFSET for MSSQL and to translate MSSQL's TOP to LIMIT.
Tomorrow I will do some testing on the PHP4-version and if there are no problems (which I expect) it will be released tomorrow.

Posted by Dennis Wronka 2006-10-26

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.