Categories
Tags → Mysql Insert Query

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

Simple DMOZ Spider

Scans www.DMOZ.org in real time (not RDF dumps), and prepares MySQL INSERT queries for ADP database. I needed a slightly faster spider to pick up links from DMOZ, so this tool was born. To use, set the minimum Google PR for your links, ADP category I...
DETAILS

Class: Easy MySQL class

This class is a simple wrapper to access MySQL databases. It can establish connections to a given MySQL server and execute SQL queries in a single call. The query result resource handle, columns names, number of returned rows and last ins...
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
©2003-2019 jCay.com