Categories
Tags → Sql Dump File

IAM CSVDump - Export SQL Queries to CSV

This class takes the results of a SQL query and outputs in the CSV (comma separated values) format in only 2 lines of code. This comes very handy when exporting data since CSV is a format that can be readily read by Excel and many other applications....
DETAILS

Import csv data into mysql

This comes handy because you can simple edit the appropriate fields, upload it along with the csv file and call it from the web and it will do the rest. It allows you to specify the delimiter in this csv file, whether it is a coma, a tab etc. It al...
DETAILS

DBConvert for Access && MSSQL

Access to MS SQL Server database converter performs MS Access to MSSQL and MSSQL server to MS Access conversions. Features: Unicode Support, Primary keys and Indexes conversion, Interactive (GUI) mode / command line mode, Built-in scheduler, Renamin...
DETAILS

DBConvert for MS SQL && MySQL

DBConvert for MS SQL && MySQL is a database converter which performs MS SQL to MySQL and MySQL to MS SQL conversions. Features: Unicode Support, Primary keys and Indexes conversion, Interactive multilingual (GUI) mode / command line mode, fi...
DETAILS

PHP MySQL Database Class

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

Access database to MySQL converter

Access-PHP-MySQL-Magic is a Powerful database utility that can easily perform the following tasks: Import your Access database to MySQL, Even if a direct access to your MySQL database is denied (no sufficient privileges) Store your Mysql ...
DETAILS

MyDbDump

MyDB Dump is a simple database utility that allows you to: DUMP MySQL Database or MS Access databases MySQL databases in php file or sql file. (that makes it easy to make Access backup or mysql backup in PHP format in your server) Create ...
DETAILS

doSQL()

doSQL() is a PHP4 script that can dump data back from a SQL text file (generated by backupDB() (also available on this site), phpMyAdmin, or similar) to a new database, or run any number of SQL commands in batch mode. Detailed progress reporting, inc...
DETAILS

Text to DB

This simple php script shows how to Dump delineated text file export of table to SQL (MySQL) table.
DETAILS

PHP Excel Output

This php excel script will dump your data from SQL table (MySQL, supply your own SQL query) to a microsoft excel (.xls) file. The Excel file is specified as such by a set of headers, defining content. using php''s header() function, also the row...
DETAILS

Page:
©2003-2019 jCay.com