Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

PHPBuilder.com:
Using the ADOdb library with Oracle and PHP
Oct 24, 2008 @ 14:35:14

On the PHPBuilder.com site today there's a new tutorial continuing in their Oracle theme about using the ADOdb libraries to access the database from your application.

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!

He gives an overview of some of the functions needed to make the connection and fetch results from a simple query. Some sample code and explanation is also included.

tagged: adodb library database oracle tutorial example

Link:


Trending Topics: