Official Review
NULL
|
Other links at PHP > Scripts and Programs > Database Tools |
| 1. |
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, 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.
|
| 2. |
PHP DB Admin Control V 1.0
|
|
|
This is a small web based database administration code using PHP 4+ and mySQL database. Features 1) Login 2) Control Panel 3) Add records 4) Edit records 5) Delete records 6) Logout
|
| 3. |
SQLTerminal
|
|
|
Very simple tool to issue SQLs to mySQL server.You have combobox to select DB,you have a textbox and send button. Enter your query and see results in nice html table.
|
| 4. |
Create SQL
|
|
|
A class that creates your common sql query code using just a given array. The author uses this class as an extension to his database class to do some cool stuff. Automating is the key.
|
| 5. |
php_db2util
|
|
|
At the moment, the php_db2util extension supports:*) connecting to DB2*) load data from client or server with replace option or insert option*) export data from table to client ( also not possible with ODBC )*) run the runstats utility to recreate indexes ( also not possible with ODBC )*) disconnect from DB2Loads 2.000.000 rows in 10 minutes into a DB2 table!All this functions returns the count of the written/exported/readed lines to the calling function. This extension will not replace the ODBC support to IBM DB2, it will extend it. Requirements: You must have installed the runtime client from IBM for accessing the API libs.You can get the runtime client free as fixpack from the IBM website.There is also a free developer version of DB2 8.2.
|
|
|