- 1,251 categories
- 40,829 scripts
- This class can be used to backup large MySQL databases into multiple files.
It can list the tables of a given MySQL database and generate SQL statements to create and insert records with the current values of the table rows, as if it was creati...
- Categories
- 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
- Platforms
- Licenses
- Other Free / Open Source License
- An article on inserting records into the database with Java Servlets. Every step from establishing a Connection to executing the INSERT SQL query is explained in detail. Online demo available.
- Categories
- Platforms
- Licenses