Download List

项目描述

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 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-11 23:57 Back to release list
0.3

错误“mysql_num_rows():提供的参数不是一个有效的MySQL的结果资源英寸/ 93在线”database_result.php已得到修复。这是因为当插入,删除或更新查询是为产生的数据分析。阿database_result_dump()错误时,当一个结果集包含诸如后创建,删除零行,插入,更新或删除,已得到修复。
标签: Minor bugfixes
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.

Project Resources