|
At the moment, the
A.M.B.T. - MySQL Backup Tool
This is a PHP class that you
doSQL() is a PHP4 script that
php_db2util extension
is designed to automate and
can use to convert between
can dump data back from a
supports:
*) connecting
simplify the process of
utf-8, windows, iso, dos,
SQL text file (generated by
to DB2
*) load data from
making regular backups of
ibm, mac charsets. It's very
backupDB() (also available
client or server with
your MySQL databases.
useful with databases, text
on this site), phpMyAdmin,
replace option or insert
procesing, especially when
or similar) to a new
option
*) export data from
you have many people on
database, or run any number
table to client ( also not
different computers and
of SQL commands in batch
possible with ODBC )
*) run
different operating systems
mode. Detailed progress
the runstats utility to
working on the same web site.
reporting, including time
recreate indexes ( also not
remaing, processing rate
possible with ODBC )
*)
(text and graph available).
disconnect from DB2
Loads
2.000.000 rows in 10 minutes
into a DB2 table!
All
this functions returns the
count of the
written/exported/readed
lines to the calling
function.
This extension
will not replace the ODBC
support to IBM DB2, it will
extend it.
Requirements:
You must have installed the
runtime client from IBM for
accessing the API libs.
You
can get the runtime client
free as fixpack from the IBM
website.
There is also a
free developer version of
DB2 8.2.
Date: Jul, 30 2004 Date: Jul, 29 2004 Date: Jul, 29 2004 Date: Jul, 16 2004 |
|
Builds on PEAR DB to abstract
DESCRIPTION:
Simple SQL
ORAMON is a free Oracle
A class that makes it
datatypes and automate table
provides functions to
database monitoring tool. It
ridiculously easy to
use
creation, data validation,
retrieve single fields or
can help you in managing
mySQL, Oracle8,
insert, update, delete, and
rows of a table, insert rows
critical database
Inerbase/Firebase,
select; combines these with
given arrays of column names
administration task easily.
PostgreSQL, SQLite (PHP),
PEAR HTML_QuickForm to
and values, update single
To avoid any complexity, we
SQLite (C++) and/or MS-SQL
automatically generate input
fields of a given table row,
have tried to make the
database(s) within your
forms that match the table
delete given table rows and
interface as much simple as
PHP/C++ script. Includes
column definitions.
many other common
possible.
lots of examples making it
needs.
ADVANTAGES:
-
very easy to understand how
This PHP class file will
to work with databases.
eliminate nearly all code
ezSQL has excellent debug
from the built in std mysql
functions making it
PHP functions.
- Speed, it
lightning-fast to see what’s
will dramatically decrease
going on in your SQL code.
development and execution
ezSQL can dramatically
time.
- Extremely easy to
decrease development time
use; one hardly has to
and in most cases will
understand the MySQL
streamline your code and
syntax.
- It automatically
make things run faster as
determines whether or not
well as making it very easy
there is an open connection
to debug and optimise your
to the MySQL server. It will
database queries. It is a
connect and reconnect
small class and will not add
automatically.
- The built
very much overhead to your
in debugging functions make
website.
it easy to solve syntax
error and logic error.
-
Supports arrays for
arguments and returns ASSOC
arrays from the DB with
indexes.
- Stores resource
links and common variables
such as the last table used.
Date: Jul, 16 2004 Date: Jul, 07 2004 Date: Jul, 02 2004 Date: Jun, 28 2004 |