- 1,233 categories
- 40,482 scripts
- This code will take a csv file and create or, insert or update, the data into a MySQL database. It assumes the first line contains the field names and uses that to build the SQL query for the following data lines.
There''s a download button fo...
- Categories
- Tags
- Platforms
- Licenses
- This is a mySQL database class, that allows you to run queries faster and supports prepared statements, just like PHP 5''s PDO, but working for PHP 4. It supports:
- persistent connections;
- raw query, just like mysql_query;
- select func...
- Categories
- Tags
- Platforms
- Licenses
- 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
- Tags
- 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
- Tags
- 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
- Tags
- Platforms
- Licenses
- Simply select an html form. QuickData parses the form elements and generates $_POST code, mysql table creation and insert scripts.
Full version generates jsp,php and asp form data submittal scripts for MySql, Oracle and Microsoft SQL.
Che...
- Categories
- Tags
- Platforms
- Licenses