Definitions for "ADODB "
ADODB is a set of advanced PHP database abstraction classes. It supports MySQL, PostgreSQL, Interbase/Firebird, Informix, Sybase SQL Anywhere, Oracle, MS SQL 7 and 2000, SAP DB, Sybase, DB2, FrontBase, Foxpro, Access, Netezza, LDAP, ODBTP, ADO, and generic ODBC.
This is a code library which enables you to access a database from your ASP code. You talk to the database using an ADODB.Connection and you return results from the database using an ADODB.Recordset.
ADOdb is a database abstraction library for PHP, allowing access through a standard set of functions to several types of databases