Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.428.485 Times

Executing software
Filter: All | Freeware | Demo
 

Executing

< 1 2 3 4 5 
Added: April 26, 2013 | Visits: 494

Simple MySQL wrapper replicator This PHP script is mainly used to access multiple MySQL servers. It connects to multiple MySQL database servers, parsing a configuration list and executing a given SQL query. If it fails the class repeats the process trying to access another server from the list until it succeeds or the list ends.



Platforms: PHP

License: Freeware Size: 10 KB Download (42): Simple MySQL wrapper replicator Download

Added: August 15, 2013 | Visits: 530

Jade Dbo Jade Dbo can setup the driver object and route database access calls to that object.Functions for establishing database connections, executing queries and retrieving the query results, are available in the script Jade Dbo.





Platforms: PHP

License: Freeware Size: 10 KB Download (42): Jade Dbo Download

Added: August 13, 2013 | Visits: 302

PDO Singleton PDO Singleton is an instance of the PDO object that acts as a singleton is created.The PDO Singleton provides functions to access a database using the PDO object for executing queries, retrieving the results and managing transactions.


Platforms: PHP

License: Freeware Size: 10 KB Download (41): PDO Singleton Download

Added: August 12, 2013 | Visits: 446

Database handling A primary class handles the basic functionality like connecting to the MySQL database, executing queries, retrieving results and managing transactions.A sub-class can insert, update, delete and retrieve database records given parameters that define tables, fields, field values and conditions.


Platforms: PHP

License: Freeware Size: 10 KB Download (44): Database handling Download

Added: June 20, 2013 | Visits: 507

aDB PDO like database abstraction aDB PDO like database abstraction comes with a base class that provides an interface to the basic database access wrapper functionality.Drivers that provide the actual implementation of the database access functionality should implement a sub-class of the main interface class. Iterators can be...


Platforms: PHP

License: Freeware Size: 20.48 KB Download (44): aDB PDO like database abstraction Download

Added: August 12, 2013 | Visits: 419

DB factory extension This PHP script provides a simplified database access interface by extending PEAR::DB class. DB factory extension can be used to establish connections returning a boolean success value instead of PEAR error object.The script executes queries automatically connecting to a database before executing...


Platforms: PHP

License: Freeware Size: 10 KB Download (42): DB factory extension Download

Added: June 27, 2013 | Visits: 620

MyDBO Code Generator MyDBO Code Generator can be used to generate the code of classes to access MySQL database tables. It uses Smarty templates to generate all the code for the classes and other scripts.The generated classes perform the usual database access operations like establishing database connections and...


Platforms: PHP

License: Freeware Size: 143.36 KB Download (46): MyDBO Code Generator Download

Added: March 26, 2013 | Visits: 392

MySQL Transact MySQL Transact is a simple class can queue several MySQL database queries and execute them all at once in a single transaction. It provides means to add SQL queries to a queue.Once all SQL statements are added, MySQL Transact can start a transaction, execute each statement and finishes the...


Platforms: PHP

License: Freeware Size: 10 KB Download (43): MySQL Transact Download

Added: September 05, 2013 | Visits: 304

Reduced MySQLi Reduced MySQLi is composed by two classes:- one class is handling the MySQL database access and makes sure that only one connection is active during the script execution.- Another class implements other database access functions like executing queries with prepared queries, measuring the time the...


Platforms: PHP

License: Freeware Size: 71.68 KB Download (42): Reduced MySQLi Download

Added: June 16, 2013 | Visits: 386

static_DBConnect static_DBConnect establishes MySQL database server connections and stores the database access handle in a static variable so it can be reused by different objects of the class.Functions for executing queries and retrieving results are also provided.


Platforms: PHP

License: Freeware Size: 10 KB Download (42): static_DBConnect Download

Added: June 25, 2013 | Visits: 429

All PHP A connection can be established to a MySQL database server and several types of general purpose queries and functions can be executed.Key Features of All PHP:- Executing SELECT, INSERT, UPDATE and DELETE queries from lists of parameters- Retrieve query results into arrays- Generate query results...


Platforms: PHP

License: Freeware Size: 10 KB Download (46): All PHP Download

Added: May 05, 2013 | Visits: 294

MYSQLCLS_DB MYSQLCLS_DB is a MySQL database access wrapper. It can establish connections, manage transactions, execute queries, and retrieve results into arrays or single values.If the connection is lost, MYSQLCLS_DB tries to reconnect before executing any queries.


Platforms: PHP

License: Freeware Size: 10 KB Download (41): MYSQLCLS_DB Download

Added: August 11, 2013 | Visits: 831

Simple Data Grid Simple Data Grid can be used to display MySQL database query result data in an HTML table grid.There are classes to define details of the headers and body of table grid. There is also a class for executing MySQL database queries and return the results in a bi-dimensional array.The data grid...


Platforms: PHP

License: Freeware Size: 81.92 KB Download (42): Simple Data Grid Download

Added: May 07, 2013 | Visits: 424

SQLite DB Handler SQLite DB Handler can be used to create and manage SQLite database files. It can create databases tables from a list of field declarations passed as an array.SQLite does not implement many types table alterations. This class can emulate table alterations by recreating a table with the altered...


Platforms: PHP

License: Freeware Size: 51.2 KB Download (44): SQLite DB Handler Download

Added: August 02, 2013 | Visits: 570

MySQL Restore MySQL Restore can be used to execute batches of MySQL database queries read from files or text strings. It can be useful to restore backups of MySQL database that generate SQL query lists meant for that purpose.The SQL data can be compressed with gzip algorithm. MySQL Restore can also build an...


Platforms: PHP

License: Freeware Size: 10 KB Download (44): MySQL Restore Download

Added: July 22, 2013 | Visits: 405

MM::CMySQL MM::CMySQL can be used to execute parameterized MySQL database queries. It is a concrete implementation of the CDatabase abstract base class that implements support for executing MySQL database queries and retrieve its results.MM::CMySQL also uses CLog class for showing error messages in popup...


Platforms: PHP

License: Freeware Size: 10 KB Download (44): MM::CMySQL Download

Added: August 01, 2013 | Visits: 426

Har DB Classes Har DB Classes provides two classes that implement the same database abstraction interface for accessing either Microsoft Access databases and other databases via ODBC.Har DB Classes for accessing Microsoft Access databases uses Window COM ADODB objects to access any Access database just by...


Platforms: PHP

License: Freeware Size: 10 KB Download (44): Har DB Classes Download

Added: June 30, 2013 | Visits: 277

xMySQL xMySQL is a PHP class that simplifies using MySQL databases. It is designed to be simple and effective, leaving out all "unnecessary" functions in favor of only those most frequently used, such as connecting and disconnecting from a server, and executing SELECT, INSERT, UPDATE, and DELETE queries.


Platforms: PHP

License: Freeware Size: 30.72 KB Download (45): xMySQL Download

Added: June 13, 2013 | Visits: 529

rsmysql rsmysql is a simple MySQL database access wrapper class that can measure the time spent executing the database queries.rsmysql can establish persistent and non-persistent connection to a given MySQL database server, execute SQL queries and return the query results in arrays.The total number of...


Platforms: PHP

License: Freeware Size: 10 KB Download (46): rsmysql Download

Added: August 22, 2013 | Visits: 340

SuperCron SuperCron is a complete replacement for Drupal's built-in Cron functionality. It allows you to: 1. See the list of all Cron hooks found in the enabled modules 2. Change the order in which cron hooks are called 3. Disable certain hooks 4. Run the tasks you choose in parallel, so that cron tasks...


Platforms: PHP

License: Freeware Size: 10 KB Download (45): SuperCron Download

< 1 2 3 4 5