Using the ADOdb library with Oracle and PHP

[From PHP Builder]

Last week we discussed the use of the OCI8 extension and connection methods for using ADOdb to connect to an Oracle database. This week we’ll delve further into the ADOdb library and will disect some example code to get you up to speed!

To connect to the database, the function ADONewConnection($Driver) is used. Although similar to OCI8, ADOdb uses a different type of connection process.

The article continues at

http://www.phpbuilder.com/columns/rajeevrakesh20081025.php3

Get the Free Newsletter!

Subscribe to Cloud Insider for top news, trends & analysis

Latest Articles