HomebulletScriptsbulletTag: mysql (571 results)
  1. No Screenshot
    1806 total visits
    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.
  2. No Screenshot
    2062 total visits
    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 ...
  3. No Screenshot
    2049 total visits
    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.
  4. No Screenshot
    2142 total visits
    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 ...
  5. No Screenshot
    2025 total visits
    PHP&Databases; class allows you to perform a MySQL database management (Select, Delete, Insert, Update).
  6. No Screenshot
    1990 total visits
    dbsource is a class meant to easily access different kinds of databases based on a common interface, taking the database connections to its cleanest, scalable maximum.
  7. No Screenshot
    1649 total visits
    DBManager provides several classes that implement different aspects of the access using a central class to manage connections to the MySQL database server.The DBManager class keeps track of each database connection that is opened. It provides a function named getDB() that establishes the database conection when it is called for the first time, and returned a reference to an object ...
  8. No Screenshot
    1614 total visits
    MySQL Log allows you to add and show the log provide by other classes such as MySQL Connection and MySQL Recordset.
  9. No Screenshot
    1652 total visits
    MyQuery is a simple MySQL query generator class to ease writing of complex queries with lots of WHERE and alike statements.
  10. No Screenshot
    2051 total visits
    Fast Split MySQL Result is meant to split MySQL query results in multiple pages with HTML tables. It uses Javascript to generate the navigation links.
  11. No Screenshot
    1845 total visits
    MySQL Table Wrapper can be used to access the rows of a MySQL database table as objects. It provides functions to insert, search, retrieve, update and delete table rows.MySQL Table Wrapper can retrieve the names of the columns the specified table to associate class variables to table columns with the same names.
  12. No Screenshot
    1702 total visits
    mysqlc is a wrapper to access MySQL databases.It can create persistent or non persistent connections, execute queries, retrieve query results, retrieve MySQL server version, start and finish transactions.
  13. No Screenshot
    1731 total visits
    MySQL RecordSet class provides automatic erase by ID, erase by Array, check SQL between other functions. The MySQL Connection is required.
  14. No Screenshot
    1526 total visits
    Hybrid MySQL is a lightweight wrapper to access MySQL databases.Functions of Hybrid MySQL:- Open and close MySQL database connections- Execute SQL queries- Fetch the query results as array, associative arrays or objects- Get number of returned query result rows- Display failure error messages
  15. No Screenshot
    1568 total visits
    mysqlRecordSet creates a MySQL connection and records set objects with support for error reporting.
Pages 31 of 39« 27 28 29 30 31 32 33 34 35 »