- 1,251 categories
- 40,829 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
- Platforms
- Licenses
- This is a MySQL class I wrote to use in my programs. It will allow you to do the following:
- Connect to a mysql database
- Query a mysql database to include
* INSERT|DELETE|UPDATE|REPL ACE|DROP
* SELECT|SHOW|DESCRIBE|EXPL AIN
- Cat...
- Categories
- Platforms
- Licenses
- This is a Database Abstraction Layer written in PHP and it currently supports both MySQL and MSSQL. Support for other database systems can easily be added.
The Driver also contains a few functions that might be useful for debugging: query count...
- Categories
- Platforms
- Licenses
- Other Free / Open Source License
- 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