-
DatabaseAccess abstracts database queries (UPDATE, SELECT, INSERT, REPLACE, DELETE) by passing data to class methods, the query will be generated and run automatically.DatabaseAccess is meant to be used in conjunction with the ADOdb database library.
-
MySQL utility is a class meant to execute tasks for multiple purposes of accessing a MySQL database.Functions of MySQL utility:- Take a backup and restore a database using MySQL dump files- Execute the most common types SQL queries passing lists of parameters- Perform controlled rollback to undo the last executed SQL query whenever possible- Copy a database from a local ...
-
This Visual Basic and PHP combination allows you to remotely execute and retreive SQL queries to and from your online databases. The VB code makes http requests to an online script (written in PHP) which executes your query and returns the result. The queries and results are encrypted using rc4 encryption, which is now free for use (no patent fees ...
-
DBI MySQL is MySQL database access wrapper.It can establish database connections, execute SQL queries, retrieve the query result set data, present SELECT query information details like the time it took to execute and the returned result rows.
-
c_mysql is a MySQL database access wrapper that can retrieve data records either in arrays or XML documents. It can execute SQL queries for selecting, inserting updating and deleting data records in a given MySQL database table.c_mysql also provides error reporting support by either outputting error messages to the browser, to a error log file, both or neither.
-
database class can build and execute MySQL database queries.It provides a function named db_sknife (short name for database swiss knife) that can build repetitive select queries from a few parameters. It can also establish a database connection, execute the queries, and return the result values.
-
Query String can manipulate query strings used in HTTP requests that are used to pass arguments and values to page scripts. It can get and set argument values, delete arguments and count the number of ocurrences in a given query string.
-
Query String Manipulator allows you to change and add variables in query strings, add arrays to them, and then output it in a few different ways.
-
URLclass allows you store absolute or relative URLs and access the various parts (scheme, host, port, part, query, fragment). It will also accept and attempt to resolve a relative URL against an absolute URL already stored.
-
easy.mysql.class is a simple MySQL database access wrapper class that can execute the most common types of SQL queries with a single function call.It has functions for opening and closing database connections and also individual functions to execute SQL queries of type INSERT, SELECT, UPDATE, REPLACE and DELETE.
-
MySQL Operations is a simple class meant to connect and query a MySQL database. It has functions to connect to a given MySQL database, execute queries, retrieve results and the number or rows.
-
This class is meant to compose MySQL database queries from conditions defined dynamically calling the class functions. It can compose MySQL database queries add, delete, reset conditions and key values used to determine the affected rows.
-
LSM Explain Plan can retrieve the explanation of the execution of a given MySQL database SELECT query and compute a relative performance factor.LSM Explain Plan executes an EXPLAIN query to retrieve the information about the tables, columns, indexes and search methods involved in a SELECT query.LSM Explain Plan uses the retrieved information to compute a relative performance factor that is ...
-
Netquery is a class to simplify queries on many types of servers in the network. It allows you to specify the address, port, and transport method, and data to send to the server, and it basically does the rest.There is also an optional garbage filter which you can set to dispose of nasty stuff which you do not want returned; ...
-
db_view provides an abstraction class and helpers for multi-tabled Mysql data.db_view class provides:- An abstraction class and helpers for multi-tabled Mysql data. (init, select, select_row, count, insert, update, delete)- Atomic multi-table updates, inserts, deletes eg: update items, month set items.price=month.price where items.id=month.id; Also primitive non-atomic (=insecure) rollbacks.- Functions, Triggers and Defaults per action (select, update, insert, delete; before or after)- ...

