|
Create a powerfull MySQL
Simply select an html form.
doSQL() is a PHP4 script that
A great WebBased DBQuery
table viewer with a few
QuickData parses the form
can dump data back from a
Tool.
Very simple and
lines. You can customize the
elements and generates
SQL text file (generated by
very easy
look, define sorting and
$_POST code, mysql table
backupDB() (also available
customization.
Just run
paging.
creation and insert scripts.
on this site), phpMyAdmin,
your queries , execute them
Full version generates
or similar) to a new
and see the results.
A
jsp,php and asp form data
database, or run any number
great utility for webmasters.
submittal scripts for MySql,
of SQL commands in batch
Oracle and Microsoft
mode. Detailed progress
SQL.
Check out
reporting, including time
arthurcote.com for
remaing, processing rate
FormSketcher - wysiwyg html
(text and graph available).
designer - auto generates
database, tables and
validation rules based on
reg expressions.
Date: Jan, 04 2005 Date: Oct, 26 2004 Date: Jul, 16 2004 Date: Jun, 28 2004 |
|
The SqlCommand class is
This php excel script will
Datalib provides a simplified
Abstract DB is a set of two
designed to provide a
dump your data from SQL
and straight-forward
PHP classes which together
simple, effective, and yet
table (MySQL, supply your
abstraction layer for PHP.
form an abstract interface
powerful way to use
own SQL query) to a
It currently provides
for all the different
Microsoft SQL Server stored
microsoft excel (.xls) file.
drivers for Interbase,
databases that PHP supports.
procedures through PHP, with
The Excel file is specified
Microsoft SQL Server, MySQL,
PHP supports many different
the aid of the PEAR database
as such by a set of headers,
ODBC, Oracle 8+, PostgreSQL
database servers.
abstraction layer. It
defining content. using
and Sybase. The connection
Unfortunately there is no
provides an object-oriented
php's header() function,
and result classes are
single interface, every
method of declaring and
also the rows and columns of
seperate to allow for
database has it's own set of
configuring stored
the excel file are defined
multiple queries on the same
functions. Abstract DB
procedures in your PHP code,
by tab and new line chars.
connection. Two methods of
remedies that up to a
performs strong parameter
recordset navigation are
certain extent. By using
"typing" of all
included (ADO-style and
these classes you will be
values passed to the
PHP-style). New updated
giving up some functionality
database, and allows you to
documentation and examples
of any specific database,
easily retrieve return and
are included!
but your programs will be
output parameter values from
portable over a variety of
your stored procedures.
different database servers.
Date: Jun, 01 2004 Date: Nov, 02 2003 Date: Aug, 28 2003 Date: Dec, 22 1999 |