/**

popular collection of scripts for all

*/
/** Search */

Sql Query String

 }

phpSQLGen

Hits: 11
*****
0.0
I use this when I tie my PHP
Learn how to use MySQL
This project provides
 
programs to a Flash
embedded function to format
functions for generating SQL
 
frontend. You feed it an
Date/Time field value just
queries, HTML tables, and
 
SQL query string and
right in the SQL query
XML documents. It consists
 
it outputs XML that the
string. For example
of two classes and a set of
 
Flash XML object can read in.
another way is to use PHP,
utility functions. SQLGen
 
 
but it is slower and
provides PHP functions for
 
 
inconvenient. This tutorial
generating SQL query
 
 
will show you both examples
strings from arrays.
 
 
for the same goal.
TableMaker generates an HTML
 
 
 
table or XML document from
 
 
 
an ADOdb result set or an
 
 
 
array. Since the output of
 
 
 
each SQLGen method is a
 
 
 
SQL query string, the
 
 
 
library is compatible with
 
 
 
ADOdb, PEAR DB, PHPLib, and
 
 
 
any other database
 
 
 
abstraction layer that can
 
 
 
execute SQL query
 
 
 
strings. Useful for
 
 
 
constructing complicated SQL
 
 
 
queries that vary according
 
 
 
to the situation. Different
 
 
 
if-then clauses can push
 
 
 
items onto from the argument
 
 
 
array - SQLGen will take
 
 
 
care of inserting commas and
 
 
 
"ands" into the
 
 
 
query string as necessary.
 


Date: Jan, 14 2004


Date: Dec, 12 2002


Date: Sep, 12 2002
{ Copyright } ©2006 NuclearScripts.com