Categories
Tags → Insert Into Sql Php

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

vpSQL

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

dbf Converter

dbfConverter is a PHP script that reads data from dbase files (dbf,dbt,fpt) and convert them into the mysql or postgres tables. Initially, it create sql tables && insert data, and then updates old data. It does not support index files convert...
DETAILS

EZDB

EZDB is a php script/tool developed for simplifying form creation and sql insert tasks for database. It creates the scripts and puts them into separate files. Currently only MySQL is supported. v2.0 update: this is a better version, it has some more ...
DETAILS
©2003-2019 jCay.com