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.143.376 Times

Queries software
Filter: All | Freeware | Demo
 

Queries

< 1 2 3 4 5 > 
Added: March 26, 2013 | Visits: 389

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 (42): MySQL Transact Download

Added: May 22, 2013 | Visits: 457

Simple and Speed MySQL Layer Simple and Speed MySQL Layer establishes a connection to a MySQL host, executes SQL queries and retrieves results as objects or in an array.





Platforms: PHP

License: Freeware Size: 10 KB Download (40): Simple and Speed MySQL Layer Download

Added: August 12, 2013 | Visits: 499

MySQL Database Layer With Dynamic SQL Generators SELECT, INSERT, UPDATE and DELETE queries can be executed from lists of parameters defining tables, fields, field values and condition clauses with MySQL Database Layer With Dynamic SQL Generators.


Platforms: PHP

License: Freeware Size: 10 KB Download (42): MySQL Database Layer With Dynamic SQL Generators Download

Added: August 14, 2013 | Visits: 422

SQL Engine SQL Engine can execute SELECT, INSERT, UPDATE and DELETE queries. It takes care of emulating auto-increment fields if these are not supported, using sequences.SQL Engine can also create a new database table or alter its fields if the table already exists. A separate class can be used to log the...


Platforms: PHP

License: Freeware Size: 20.48 KB Download (42): SQL Engine Download

Added: April 22, 2013 | Visits: 534

A Simple MySQL Class Argument values that define tables, fields, field values and condition clauses can be passed to INSERT, UPDATE and SELECT queries.


Platforms: PHP

License: Freeware Size: 10 KB Download (46): A Simple MySQL Class Download

Added: May 09, 2013 | Visits: 475

MySQL Object MySQL Object provides a few classes that execute several types of queries and extend the ArrayObject class to access the query results as if that was an array.Additional classes are used to traverse generic query result rows, traverse query result row columns, traverse the query result columns...


Platforms: PHP

License: Freeware Size: 10 KB Download (42): MySQL Object Download

Added: September 16, 2013 | Visits: 401

WG DB Class A connection to a specified MySQL server is established and SQL queries are executed.Key Features of WG DB Class:- Retrieve query results into arrays- Retrieve the result set number of rows, last inserted identifier or the number of affected rows- Check if a database table record exists matching...


Platforms: PHP

License: Freeware Size: 10 KB Download (43): WG DB Class Download

Added: April 20, 2013 | Visits: 405

basic_db basic_db can perform SQL queries SELECT, INSERT, UPDATE and DELETE from arguments defined programmatically. The tables are defined by arguments to query, fields, WHERE and ORDER by clauses.


Platforms: PHP

License: Freeware Size: 10 KB Download (43): basic_db Download

Added: March 27, 2013 | Visits: 389

TextSQL TextSQL can parse some types of SQL queries and translate the queries into actions to store and retrieve data from text files.CREATE TABLE, INSERT and SELECT SQL queries are supported.


Platforms: PHP

License: Freeware Size: 10 KB Download (44): TextSQL Download

Added: August 13, 2013 | Visits: 403

Osiris Core Connection to MySQL database servers can be established and SQL queries can be executed in Osiris Core.Key Features of Osiris Core:- Change the character set- Return query results in arrays, HTML tables, or XML documents- List, optimize, create and drop database tables- Generate HTML to edit data...


Platforms: PHP

License: Freeware Size: 10 KB Download (40): Osiris Core Download

Added: August 28, 2013 | Visits: 495

XML-RPC DB This is a PHP script to execute database queries via an XML RPC interface. It reads XML data from a XML-RPC request, extracting from it the database user name, password and the query to execute.The script executes the requested query and returns the results as XML-RPC response.


Platforms: PHP

License: Freeware Size: 10 KB Download (43): XML-RPC DB Download

Added: May 14, 2013 | Visits: 284

Cyber MySQL PDO This is a PHP script to run database queries with PDO from preset parameters. It takes parameters that define tables, fields, values and conditions to run SELECT, UPDATE, INSERT and DELETE queries.The PDO extension is used to access any supported database.


Platforms: PHP

License: Freeware Size: 10 KB Download (46): Cyber MySQL PDO Download

Added: March 26, 2013 | Visits: 382

ArrayQry This script can execute MySQL databases queries using arrays. It can connect to a MySQL database and execute SELECT queries retrieving the results as associative arrays.The script can also excecute INSERT or UPDATE queries taking arrays of field values. It can also execute DELETE queries.


Platforms: PHP

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

Added: July 01, 2013 | Visits: 637

SQL Abstraction Layer SQLaL is a PHP Abstraction Layer script which makes it is easy to access and run queries on a MySQL database. It is designed to simplify the use of MySQL databases.The PHP script can be used for connecting, accessing, querying and reading results from a MySQL database. SQLaL is a good tool for...


Platforms: PHP

License: Freeware Size: 10 KB Download (42): SQL Abstraction Layer Download

Added: September 17, 2013 | Visits: 930

objToSql This script can generate SQL queries from objects or arrays. It can traverse the list of variables of the object or a given associative array and generate SQL INSERT or UPDATE queries to create or update records of a given database table.The names of the table fields are taken from the object...


Platforms: PHP

License: Freeware Size: 10 KB Download (44): objToSql Download

Added: April 14, 2013 | Visits: 415

Secured mySQL Layer This script can execute MySQl queries build from parameters. It can establish connections to MySQL database servers using configuration loaded using a separate auxiliary script.The MySQL script can execute INSERT, UPDATE, DELETE, SELECT queries and stored procedure calls from parameters that...


Platforms: PHP

License: Freeware Size: 10 KB Download (40): Secured mySQL Layer Download

Added: August 20, 2013 | Visits: 392

SQL Bulk Importer This class can be used to execute MySQL queries read from files.It can open a given text file and read its lines with SQL statements to be executed.


Platforms: PHP

License: Freeware Size: 10 KB Download (41): SQL Bulk Importer Download

Added: June 02, 2013 | Visits: 367

Entire Class/Functions Entire Class/Functions is a connection to a MySQL server can be established and SQL queries can be executed.Here are some key features of Entire Class/Functions:- Retrieve query results into single value variables or arrays- Execute queries to retrieve and display paginated listings


Platforms: PHP

License: Freeware Size: 40.96 KB Download (42): Entire Class/Functions Download

Added: July 08, 2013 | Visits: 415

DbProxy DbProxy can be used to execute MySQL queries from SQL templates defined in XML files.The script can parse a given XML file that contains definitions of SQL query templates. DbProxy can execute given MySQL queries eventually replacing template parameters with given values.


Platforms: PHP

License: Freeware Size: 143.36 KB Download (43): DbProxy Download

Added: July 02, 2013 | Visits: 441

MySQLQueryGenerator MySQLQueryGenerator is a set of classes that can compose queries to run on MySQL from a list of parameters that define tables, fields, field values and conditions.Separate classes can compose different query types like SELECT, INSERT, UPDATE and DELETE.


Platforms: PHP

License: Freeware Size: 10 KB Download (44): MySQLQueryGenerator Download

< 1 2 3 4 5 >