Categories
Tags → Update Table Sql

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

SamMySql Database Class

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

EazySQL - SQL Generator

Generates ready to use SELECT, INSERT, UPDATE and DELETE SQL Statements and SQL Stored Procedures from table structures of MS SQL Server 2000. Supports Optimistic Concurrency Control for Update, Foreign-Keys, etc. Connects Local as well as Remote SQ...
DETAILS

Simple SQL

DESCRIPTION: Simple SQL provides functions to retrieve single fields or rows of a table, insert rows given arrays of column names and values, update single fields of a given table row, delete given table rows and many other common needs. ADVAN...
DETAILS

Auto SQL

ASP Components for automatic generation of SQL commands. No more long asp coding and debugging of SQL Statements. Auto SQL does it for you with its automatic SQL generation engine. You can add, update and delete from any table using few lines of codes.
DETAILS

QuickMySQL

QuickMySQL is a powerful little MySQL utility program designed for novices and professionals. Create, drop, view and update tables columns and whole databases in seconds. Features: Connect to and access any localhost database on the same server or an...
DETAILS
©2003-2019 jCay.com