-
k-mysql is a simple MySQL database access wrapper. It can establish MySQL database connection, execute SQL queries and retrieve the query result sets into arrays.k-mysql also counts the number of queries that are executed and measures the time that each query takes to execute.The number of executed queries, the SQL of all queries, the duration of the last query and ...
-
Jack's MySQL class is wrapper to access MySQL databases.Jack's MySQL class can establish MySQL database connections, execute queries, retrieve query result metadata, escape text values, execute INSERT and UPDATE queries from an array of fields and values.
-
SQL fast query can be used to execute MySQL database queries composed programatically.It provides functions to compose SELECT, INSERT, UPDATE and DELETE queries, as well to associate query condition clauses, define the query tables, fields and values.SQL fast query can execute the composed queries and return result set resource handles.
-
dbStringIt can be used to generate SQL statements to update database table records from submitted form field values.dbStringIt takes an array of posted form request values and combines the values to generate a string that can be used in an SQL UPDATE statement to update the fields of records with the same names of form fields.
-
Rejilla::Mysql can be used to display MySQL query results in HTML listings split in multiple pages. It executes an SQL SELECT query and generates an HTML table to display the query results.There is a base class to display the listings, and a sub-class that can perform the MySQL specific database access actions.Rejilla::Mysql supports displaying listings with links to go to ...
-
Interbase with error logging is an Interbase database access wrapper. It can establish and close database connections and execute SQL queries.Interbase with error logging can log connection errors to a text file and query execution errors in special table named buglog. The SQL code for creating this table is provided with this class package.
-
coMySQLClass is a MySQL database access wrapper.Functions of coMySQLClass:- Establish database connections to a given host and database name- Execute SQL queries- Retrieve query results into associative arrays- Compose and execute SELECT, UPDATE and INSERT queries to a given table from lists of parameters
-
The SqlCommand class is designed to provide a simple, effective, and yet powerful way to use Microsoft SQL Server stored procedures through PHP, with the aid of the PEAR database abstraction layer.SqlCommand Class provides an object-oriented method of declaring and configuring stored procedures in your PHP code, performs strong parameter "typing" of all values passed to the database, and allows ...
-
MySQL PHP Grid can be used to edit and display data from a MySQL database table. It executes an SQL query to retrieve the data for the rows of a given table.The row data is displayed in an HTML table. The number of rows per page maybe limited. Navigation links are displayed to browse between result pages.The table headers display ...
-
classpgDB implements a wrapper to access a PostgreSQL databases.Functions of classpgDB:- Establish database connections- Execute SQL queries- Fetch the name, size and type of query result columns- Fetch whole result sets into arrays- Display information about errors, query results and for debugging- Get the number result set rows or affected rows by a query- Get the last inserted identifier of ...
-
DigiOz MySQL Database Class is a simple MySQL database access wrapper class.DigiOz MySQL Database Class can establish MySQL database connections, execute SQL queries and return the results as single row arrays, as a multiple row bidimensional array, or the number of rows in the result set, and list the tables in the current database.
-
DBWrapper is a MySQL database access wrapper.Functions of DBWrapper:- Establish connections of a given MySQL server- Execute SQL queries- Retrieve query result rows individually or all at once into arrays- Retrieve the last inserted identifier, affected table rows, total result set rows and result set columns.
-
This PHP class is a mySQL database access wrapper. PHP mySQL Database Wrapper Class provides methods for interracting with a mySQL database from within PHP easily and securely.Features of PHP mySQL Database Wrapper Class:- connecting to a mySQL host and selecting a database- method that is an alias of PHP's native mysql_query() function with the main differences being that, if ...
-
SQL Handling Functions is a MySQL database access wrapper that can execute common SQL queries.Functions of SQL Handling Functions:- Establish connections to a MySQL host and access a given database- Execute INSERT or UPDATE SQL queries to a given table and a list of fields- Get the last inserted identifier value- Execute arbitrary SQL queries- Retrieve the total number rows ...
-
Search Query Generator for MySQL Database is a very simple class that can be used to build a SQL WHERE clause for performing a query that search for given field values.Search Query Generator for MySQL Database takes as parameter an associative array with the field names as indexes and the field search parameter values as array entry values.Search Query Generator ...

