Search: in
ADOdb
ADOdb Encyclopedia
  Tutorials     Encyclopedia     Dictionary     Directory  
ADOdb Email this to a friend      ADOdb

ADOdb

ADOdb
ADOdb

ADOdb

ADOdb is a database abstraction library for PHP and Python based on the same concept as Microsoft's ActiveX Data Objects. It allows developers to write applications in a fairly consistent way regardless of the underlying database storing the information. The advantage is that the database can be changed without re-writing every call to it in the application.

From the ADOdb website and developer sites, it supports the following databases:

ADOdb uses SQL. Since each database implements SQL slightly differently, the developer will need to be aware of the database-specific features and functions to avoid if they want to maintain portability. ADOdb provides date conversion functions so that you can create dates in any format and insert them into your SQL in the correct format for your database; which is one step toward database independent SQL.

Some databases support the Limit phrase which first appeared in MySQL and is now part of SQL. ADOdb's SelectLimit( ) translates limit to different mechanisms for each database and can emulate limit for databases with no native limit equivalent. Translations will perform efficiently. Emulations may work slowly by returning too many rows then using only those that meet the limit.

ADOdb has variables that contain the correct SQL for a database for specific functions. For example, to check for a null value, null can be replaced with the ADOdb variable that contains the correct SQL definition for null and the check for null will work in every database.

See also

External links

ca:ADOdb de:ADOdb es:ADOdb fr:ADOdb ko:ADOdb pl:ADOdb ru:ADOdb vi:ADOdb zh:ADOdb


ADOdb
ADOdb
ADOdb

Source: Wikipedia | The above article is available under the GNU FDL. | Edit this article

ADOdb
ADOdb
Search for ADOdb in Tutorials
Search for ADOdb in Encyclopedia
Search for ADOdb in Dictionary
Search for ADOdb in Open Directory
Search for ADOdb in Store
Search for ADOdb in PriceGig


Help build the largest human-edited directory on the web.
Submit a Site - Open Directory Project - Become an Editor

ADOdb
Advertisement

Advertisement



ADOdb
ADOdb top ADOdb

Home - Add TutorGig to Your Site - Disclaimer

©2008-2009 TutorGig.com. All Rights Reserved. Privacy Statement