Categories
Tags → Sql Insert With

Simple csv to MySQL tool

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...
DETAILS

Large Database Backup

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...
DETAILS

DBF2Mysql converter

Create sql queries from old DBF files : We used the javadbf library to process DBF files and create mysql insert commands. Even though quite old, this library works perfectly with legacy DBF data and has enough functions to do the job. Here comes th...
DETAILS

Page:
©2003-2019 jCay.com