jCay.org

last scripts

popular scripts

top rated

search
 
search:

Advertisment

A Tutorial on Porting MySQL code using ADODB

DeEnFrSp
Hits: 611

A Tutorial on Porting MySQL code using ADODB

Rating 0.0 0.0
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.


Platform(s): n/a
Date: Sep, 05 2003
Author: http://php.weblogs.com/adodb_tutorial

Ratings

Number of Ratings: 100 Votes
5     
16%
4
84%
3
0%
2
0%
1
0%
Visitor Voting Booth: Rate It!