-
Run MySQL is a class that is meant for feeding the MySQL server with large batches of SQL statements.The batch statements could be taken from a string, a local file or a file uploaded via HTML form. The result of the last query is returned.
-
PGSQL_Login is a PHP/PostgreSQL 'Login' class, to control users sessions.
-
XML2DB can generate SQL queries to import data from XML files into an SQL database table.XML2DB uses the Simple XML extension of PHP 5 to parse XML files from which the data is extracted according to mappings that define which tag data and attributes are used to create the resulting SQL INSERT statements.
-
Show a textarea with text from database you can change.
-
This class is meant to ease the generation of database queries by composing the SQL statements based on parameters passed dynamically to the class functions.SQL Query can generate SELECT, INSERT, UPDATE and DELETE SQL statements. It has functions to specify the columns involved in the queries, the column values and the conditions that will determine which database table rows will ...
-
DDcomboBox is a simple PHP component that populates a listbox with data from a recordset created from a PostgresSQL database query.
-
Stat1 is a statistic class that accepts one or two unidimensional arrays of data.
-
ActiveDBLib is a PHP class to access MySQL or optionally other databases by using various Database Abstraction Libraries. Its primary intention is to hide the differences between the different database abstraction Libraries and to provide standard methods for the database connection, query and result operations.ActiveDBLib currently supports the ADODB, the PEAR:DB and the Metabase libraries. The only requirement to use ...
-
DbQueryManager is a simple MySQL database access wrapper class. It executes SQL queries and lets the result records records be fetched iteratively with a call to the movenext function.DbQueryManager manages the opening and closing of database connection transparently when needed.After executing a query it may also retrieve the number of affected rows or the id of a auto-incremented row when ...
-
SQL wrapper is a simple MySQL database access wrapper class. It provides functions to connect to a given MySQL database, execute a SQL query, retrieve the query result data and number of rows.
-
TQuery is abstract database access layer for Oracle or other databases.
-
OdbcSearch is an ODBC-Database search-engine for searching an ODBC interfaced database.
-
PhpReportsMSSQL can generate report HTML pages from given SQL database queries. It supports either MySQL and Microsoft SQL server databases.PhpReportsMSSQL takes as parameters the database type, the database access arguments, an SQL query strings, the title of the report page, number of records to show in a page. It executes the SQL query and display the results in an HTML ...
-
mysql_query class allows you to generate INSERT-, UPDATE- and DELETE-queries easily, taking a tablename and conditional statement as input.mysql_query can also translate any SELECT-statement into another query. Makes it a bit easier if you have a lot of user-editable tables in your dbase.
-
Simple SQL Transact is a simple wrapper to access and manipulate MySQL database table records using SQL.It provides a function to retrieve database table record field values given optional SQL search condition and the set of fields to group or sort the query results.Simple SQL Transact also provides functions to delete, insert or update records given the table name and ...

