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 Site:
- A Tutorial on Porting MySQL code using ADODB
- Filed in:
-
PHP / Tutorials & Tips / Database-Related
- Date Added:
- Dec 19, 2000
- Last Updated:
- Sep 5, 2003
License and Pricing Information
| Publisher site visits: | 2,612 |
|---|---|
| Average rating: | 4.33 |
| Total ratings: | 3 |
Publisher Info
- Author:
Other listings by this publisher
- ADOdb Database Library for PHP
- PHP EasyWindows Installer
- PHP Everywhere
- ODBC with PHP: Tips and Hints on Windows
- Migrating from ASP to PHP
- Measuring PHP, JSP, ASP, CFM Popularity
- PHP4 Session Handler using ADODB
- Comparing PHP with Perl for Dynamic Web Pages
- PHP Caches and Debuggers
- Tuning Apache and PHP for Speed on Unix
- PEAR Tutorials
- phpLens
- LensDebug
- Designing Fast Software Architectures in PHP
- Enterprise PHP
- ADOdb Date and Time Library
- FastCGI: Robust and High Performance PHP with IIS
- ADOdb and Oracle: an advanced tutorial
