- 1,251 categories
- 40,829 scripts
- This class wraps common MySQL database table SQL queries. It can:
- Perform SELECT queries and retrieve a single value, a single row into an array and all rows into a multidimensional array.
- Insert or update rows from a list of fields and v...
- Categories
- Platforms
- Licenses
- Other Free / Open Source License
- vpSQL is a small set of functions (under 13k) that interacts with a flat file database through a subset of sql instructions.
vpSQL accepts the the following sql statements:
SELECT fields FROM table[WHERE][ORDER BY][lLIMIT]
INSERT fields,dat...
- Categories
- Platforms
- Licenses
- A class for very basic MySQL database connectivity. Written to reduce redundant code in my own projects aswell as aid in debugging and error reporting during the developement phase. Currently connects to a database, execute external files containing ...
- Categories
- Platforms
- Licenses
- Features include:
- specify sql query as a select from a table, view or stored procedure
- sorting ascending/descending on each column
- customizable formatting for the grid, header row, even row and odd row
- display an additional header ...
- Categories
- Platforms
- Licenses