Categories
Tags → Code Example 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

Fight Against SQL Injection Attacks

Security issues became more damageful if you''re not protecting your web forms. Following example is a good idea to protect our ASP pages against SQL injection attacks. This small ASP code secures and validates all information coming from your ...
DETAILS

Create Excel from Form Input

ASP form input can be transformed into most any type of format that you''d like to see it in. Typically, most form input either gets delivered to a database, like Access or SQL server or the output is sent to an email address or some other appli...
DETAILS

Display an Excel DB

The author writes &"For small data bits on a server where the chance for significant simultaneous traffic is not likely excel can perform many of the basic tasks that can be accomplished in Access or SQL Server, but on a much smaller scale.&...
DETAILS
©2003-2008 jCay.com