execute query
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 392
Mysql Select Query 1.0
This simple script uses the DBI module in order to connect to a Mysql database, retrieves the results from a select query and display the results inside a while statement. There is a live example as a demo. more>> This simple script uses the DBI module in order to connect to a Mysql database, retrieves the results from a select query and display the results inside a while statement. There is a live example as a demo.<<less
Added: 2006-12-29 License: Other Price: $0.00USD
11 downloads
Other version of Mysql Select Query
License:Other Free / Open Source License
FlySpeed SQL Query 1.1
FlySpeed SQL Query is an easy-to-learn-and-operate graphical tool for all database users and developers. It allows you to build queries on different database servers without needing deep knowledge of SQL syntax and performs a wide range of data more>> FlySpeed SQL Query is an easy-to-learn-and-operate graphical tool for all database users and developers. It allows you to build queries on different database servers without needing deep knowledge of SQL syntax and performs a wide range of data manipulations. Handy for professionals and essential to newbies, FlySpeed SQL Query includes everything to make your work with data more productive than ever before!<<less
Added: 2007-09-26 License: Freeware Price: $0.00USD
12 downloads
Arabic MySQL Query 1.1
This class can be used to build MySQL SQL query conditions to search for Arabic text considering Arabic lexical rules. It uses the MySQL REGEXP and LIKE functions to retrieve better results from queries for Arabic text. more>> This class can be used to build MySQL SQL query conditions to search for Arabic text considering Arabic lexical rules. It uses the MySQL REGEXP and LIKE functions to retrieve better results from queries for Arabic text.<<less
Added: 2006-02-11 License: GPL Price: $0.00USD
17 downloads
Other version of Arabic MySQL Query
License:GPL
ASP.NET DNS query component
This .Net component allows any asp.net application to query DNS A, NS, CNAME, SOA, PTR, HINFO, MX, TXT, AAAA records. DNS component source code is also included. Component comes with help files and sa more>> This .Net component allows any asp.net application to query DNS A, NS, CNAME, SOA, PTR, HINFO, MX, TXT, AAAA records. DNS component source code is also included. Component comes with help files and sample application.<<less
Added: 2005-08-18 License: Freeware Price: Free
1549 downloads
EasyQuery Class 2
This class makes it much simpler to query a MySQL Database. With just 2-3 lines of code, you can have the results a SELECT query put into an array variable. With 2 lines of code, you can have a non-SELECT query run on your database. more>> This class makes it much simpler to query a MySQL Database. With just 2-3 lines of code, you can have the results a SELECT query put into an array variable. With 2 lines of code, you can have a non-SELECT query run on your database.<<less
Added: 2008-07-09 License: Freeware Price: $0.00USD
10 downloads
MySQL Simple Query Browser 0.1.10
write a query, execute, and youll get the result. in this script you can log in to database server, create database, drop database, create table, and drop table using dialog box. fast and simple query browser. need wxPython and MySQLdb modul. more>> write a query, execute, and youll get the result. in this script you can log in to database server, create database, drop database, create table, and drop table using dialog box. fast and simple query browser. need wxPython and MySQLdb modul.<<less
Added: 2006-01-12 License: Freeware Price: $0.00USD
19 downloads
Other version of MySQL Simple Query Browser
License:Freeware
Boolean to SQL Query Translator 1.0
This is a function to convert a users query in boolean syntax ("hotels AND mexico NOT cockroaches) into a SQL query over the appropriate database fields. more>> This is a function to convert a users query in boolean syntax ("hotels AND mexico NOT cockroaches) into a SQL query over the appropriate database fields.<<less
Added: 2005-05-29 License: Free Non-Commercial Price: $0.00USD
10 downloads
Other version of Boolean to SQL Query Translator
License:Free for non-commercial use
Sending queries to mySQL 1
PHP send quesries to mySQL using mysql_query function. mysql_query function returns boolean (True or False) value which your quesry does not return any records. Queries (sql statements) like SELECT, SHOW, DESCRIBE, EXPLAIN return false value on error. If more>> PHP send quesries to mySQL using mysql_query function. mysql_query function returns boolean (True or False) value which your quesry does not return any records. Queries (sql statements) like SELECT, SHOW, DESCRIBE, EXPLAIN return false value on error. If query is true, returning value must pass to mysql_fetch_array().<<less
Added: 2008-01-11 License: Freeware Price: $0.00USD
14 downloads
Page Timer
This PHP class keeps track of the time that a page script takes to execute. more>> Page Timer offers you a powerful PHP class which lets you keep track of the time that a page script takes to execute. The measured time can also be outputted to the current page.<<less
Added: 2009-06-24 License: GPL - GNU General Public License Price: GPLGNUGeneralPublicLicense
20 downloads
PHPMyCluster 3.5
PHPMyCluster is a PHP / C++ / MySQL library system for multi cpu processing. It is in essence a highly optimized database load balancing system written on the code level, for advance server setups. By having multiple MySQL Servers running on different more>> PHPMyCluster is a PHP / C++ / MySQL library system for multi cpu processing. It is in essence a highly optimized database load balancing system written on the code level, for advance server setups. By having multiple MySQL Servers running on different machines on the same network, the PHP code will pass intensive processing SQL code to the compiled application ( in C++ ), which will then fork out into multiple processes and execute the various SQL code in parallel to the different MySQL Servers. This results in a much faster execution of SQL Code, and can reduce long executing queries to a fraction of the time it takes to execute.<<less
Added: 2006-05-31 License: Commercial Price: $0.00USD
11 downloads
phpBB text hit counter
A simple phpBB3 text hit counter module for your phpBB3 forum. Eady to install with a single upload and file edit. No SQL or other queries to be executed. Validated phpBB3 mod. more>> A simple phpBB3 text hit counter module for your phpBB3 forum. Eady to install with a single upload and file edit. No SQL or other queries to be executed. Validated phpBB3 mod.<<less
Added: 2008-11-10 License: GPL Price: $0.00USD
11 downloads
How to use the query string in PHP
This article tells you how to pass variables to a PHP page using the query string, and how to access them from that page. Have you ever seen a URL which looked like www.example.com/pag e.php?mode=1&s more>> This article tells you how to pass variables to a PHP page using the query string, and how to access them from that page. Have you ever seen a URL which looked like "www.example.com/pag e.php?mode=1&style=red"? Well, this page is being passed variables and their values through the query string, here the variables "mode" and "style" are being passed, with values "1" and "red" respectively. The question mark indicates the start of the query string and the ampersand, &, symbol seperates variable=value assignments.<<less
Added: 2005-07-10 License: Other Free / Open Source License Price: Free
1621 downloads
Executing Transact-SQL UPDATE statement 1
In this example, we will edit some records from a database. This source code helps us to edit records to database without slowing down database more>> In this example, we will edit some records from a database. This source code helps us to edit records to database without slowing down database<<less
Added: 2003-12-18 License: Freeware Price: $0.00USD
12 downloads
nWhois Domain Check (Query) System 3.1
Powerful Whois Domain Check system Different Query Interface supported Can easily add support for any domain extentions Demo at: http://www.navio.cn/nwhoi s/en Download: http://www.navio.cn/nwhoi s/en/nwhois.rar more>> Powerful Whois Domain Check system Different Query Interface supported Can easily add support for any domain extentions Demo at: http://www.navio.cn/nwhoi s/en Download: http://www.navio.cn/nwhoi s/en/nwhois.rar<<less
Added: 2004-05-11 License: Free Non-Commercial Price: $75.00USD
12 downloads
IAM CSVDump - Export SQL Queries to CSV 1.1.0
This class takes the results of a SQL query and outputs in the CSV (comma separated values) format in only 2 lines of code. This comes very handy when exporting data since CSV is a format that can be readily read by Excel and many other applications. You more>> This class takes the results of a SQL query and outputs in the CSV (comma separated values) format in only 2 lines of code. This comes very handy when exporting data since CSV is a format that can be readily read by Excel and many other applications. You can even use it for Word?s Mail Merge! The class offers the choice of sending the output to the browser or downloading it as a file. The name and extension of the dump file are defined by the developer.<<less
Added: 2007-07-06 License: Freeware Price: $0.00USD
14 downloads
Other version of IAM CSVDump - Export SQL Queries to CSV
License:LGPL
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above execute query search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed