Download List

Project Description

The PHP SQL Toolkit is a PHP class system for abstracting database calls. Using classes or functions, it abstracts the underlying database structure into data sources in a manner similar to ODBC. Data sources are defined in one file and a standardized syntax is used for connecting to all databases. This is useful for portable code or for referencing multiple databases on multiple platforms all at the same time.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2003-03-22 20:12
0.5

Some issues with URL-based XML imports were fixed.
Tags: Minor bugfixes

2003-03-13 05:11
0.4

Some XML support for exporting and importing result sets.
Tags: Minor feature enhancements

2003-03-11 23:57
0.3

The error "mysql_num_rows(): supplied argument is not a valid MySQL result resource in ./database_result.php on line 93" has been fixed. This was caused when an insert, delete, or update query was parsed for resulting data. A database_result_dump() error when when a result set contained zero rows, such as after an create, drop, insert, update, or delete, has been fixed.
Tags: Minor bugfixes

2003-03-11 05:24
0.2

ODBC database support (untested), and a fix for pass-by-reference logic on internal functions (this also resolved the open bug with didn't destroy the class when a user called database_free_result() and each xxxx_free_resut() call).
Tags: Minor feature enhancements

2003-03-11 05:22
0.1

Support for mSQL, MySQL, PostgreSQL and Microsoft SQL Server are complete, but mSQL is still untested. A known bug with memory not being released with database_free_result() has been resolved, and will be distributed in the next release.
Tags: Initial freshmeat announcement

Project Resources