A Tutorial on Porting MySQL code using ADODB
In PHP every database is accessed slightly differently. To connect to MySQL, you would use mysql_connect(). When you decide to upgrade to Oracle or Microsoft SQL Server, you would use ocilogon() or mssql_connect() respectively. What is worse is that the parameters you use for the different connect functions are different also.. That's why a database wrapper library such as ADODB comes in handy when you need to ensure portability. <p> This tutorial has been translated into multiple languages, including German, Spanish, Polish, Thai and Chinese.
Visit publisher site: A Tutorial on Porting MySQL code using ADODBListing Details
- Filed in:
-
Scripts / PHP / Tutorials & Tips / Database-Related
- Submitted on:
- Last Updated:
- Sep 5, 2003
- Publisher:
- Other listings by this publisher
License & Pricing Information
User Reviews
Be the first to review this listing!Not yet reviewed by any member.... You can be the FIRST one to write a review for A Tutorial on Porting MySQL code using ADODB