Web Links [Tag : ADOdb]
Sort By :
1. ADOdb and Oracle: an advanced tutorial
Covers <ul> <li>Prepare <li>BLOB/CLOB/LOB support <li>Calling storing procedures and PL/SQL <li>Bind parameters, IN and OUT parameters <li>REF CURSORs <li>Error-handling <li>Date and time management </ul>
Category:   PHP > Magazine Articles

Hits: 2    Rating: 0.00    Votes: 0
Member Reviews Visitor Ratings Google PR

2. MySQL Efficiently using ADOdb
Learn how to use ADOdb and MySQL for a more efficient website.
Category:   PHP > Tutorials > Database-Related

Hits: 2    Rating: 0.00    Votes: 0
Member Reviews Visitor Ratings Google PR

3. ADOdb Date and Time Library
PHP native date functions use integer timestamps for computations. Because of this, dates are restricted to the years 1901-2038 on Unix and 1970-2038 on Windows due to integer overflow for dates beyond those years. This library was developed to overcome these limitation by replacing the native functions signed integers with PHP floating point numbers when necessary. This library supports dates from 100 A.D. to billions of years in the future. For high speed, this library uses the native date functions where possible, and only switches to PHP code when the dates fall outside the 32-bit signed integer range.
Category:   PHP > Scripts and Programs > Date and Time

Hits: 3    Rating: 0.00    Votes: 0
Member Reviews Visitor Ratings Google PR

4. PHP4 Session Handler using ADODB
PHP4 is packed with good features. One of the most popular is session variables. These are variables that persist throughout a session, as the user moves from page to page. Session variables are great holders of state information and other useful stuff. PHP4s session variables are stored in files by default. However for true scalability, it is better to store this data in a database using a database wrapper library like ADODB. ADODB supports Oracle, MySQL, PostgreSQL, Interbase, MSSQL, VFP, Access, ADO.
Category:   PHP > Tutorials > Database-Related

Hits: 2    Rating: 0.00    Votes: 0
Member Reviews Visitor Ratings Google PR

5. ADOdb Database Library for PHP
A PHP4 and PHP5 database abstraction library. Supports MySQL, PostgreSQL, Interbase/Firebird, Oracle (Oci8), MS SQL 7, ADO, Foxpro, Access, Sybase, Sybase SQL Anywhere, DB2, Informix, Frontbase, SQLite, LDAP, Netezza, SAPDB, generic ODBC/ODBTP, PDO etc. ADOdb provides code to handle inserts and updates that can be adapted to multiple databases quickly. A basic paginated grid is also provided, and support for database-backed session variables. Support for PHP5 iterators and exceptions included. Methods are provided for date handling, string concatenation and string quoting characters for differing databases. A metatype system is built in so that you can figure out that types such as CHAR, TEXT and STRING are equivalent in different databases. Able to create databases, tables, indexes portably using an xml schema or programatically. Also has sql performance monitoring and schema creation using XML.
Category:   PHP > Scripts and Programs > Database Tools

Hits: 2    Rating: 0.00    Votes: 0
Member Reviews Visitor Ratings Google PR