Main > Free Download Search >

Free excel mysql query script

excel mysql query

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2085
Arabic MySQL Query 1.1

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
Arabic MySQL QueryThis class can be used to build MySQL SQL query conditions to search for Arabic text considering ... This class can be used to build MySQL SQL query conditions to search for Arabic text considering
License:GPL
Download
1395 downloads
Added: 2006-02-11
Mysql Select Query 1.0

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
Mysql Select QueryThis simple script uses the DBI module in order to connect to a Mysql database . This simple script uses the DBI module in order to connect to a Mysql database
License:Other Free / Open Source License
Download
633 downloads
Added: 2006-12-29
FlySpeed SQL Query 1.1

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
Basic mySQL Queries And PHP 1.0

Basic mySQL Queries And PHP 1.0


Learn how to issue basic mySQL queries using PHP and how to properly validate SQL queries before issuing them to the database server to prevent possible attacks or unauthorized access more>> Learn how to issue basic mySQL queries using PHP and how to properly validate SQL queries before issuing them to the database server to prevent possible attacks or unauthorized access<<less
Added: 2006-05-22 License: Other Price: $0.00USD
11 downloads
 
Other version of Basic mySQL Queries And PHP
Basic mySQL Queries And PHPLearn how to issue basic mySQL queries using PHP and how to properly validate SQL queries before ... Learn how to issue basic mySQL queries using PHP and how to properly validate SQL queries before
License:Other Free / Open Source License
Download
1273 downloads
Added: 2006-05-22
MySQL Simple Query Browser 0.1.10

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
MySQL Simple Query Browserwrite a query, execute, and youll get the . write a query, execute, and youll get the result. in this script you
License:Freeware
Download
1406 downloads
Added: 2006-01-12
Simple MySQL

Simple MySQL


Simple MySQL is such a useful PHP class because it can be used to execute MySQL queries defined programmatically. more>>

Simple MySQL is such a useful PHP class because it can be used to execute MySQL queries defined programmatically.

<<less
Added: 2009-07-23 License: GPL - GNU General Public License Price: GPLGNUGeneralPublicLicense
1 downloads
MySQL fields RB2 1.6

MySQL fields RB2 1.6


isplay a complete list of MySQL table fields in database. Must have script for developers. Easy and quick! more>> isplay a complete list of MySQL table fields in database. Must have script for developers. Easy and quick!<<less
Added: 2006-12-20 License: Freeware Price: $0.00USD
12 downloads
 
Other version of MySQL fields RB2
MySQL fields RB2isplay a complete list of MySQL table fields in database. Must have script for developers. Easy ... isplay a complete list of MySQL table fields in database. Must have script for developers. Easy
License:Freeware
Download
1040 downloads
Added: 2006-12-20
Boolean to SQL Query Translator 1.0

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
Boolean to SQL Query TranslatorThis is a function to convert a users query in boolean syntax (hotels AND mexico NOT cockroaches ... convert a users query in boolean syntax ("hotels AND mexico NOT cockroaches) into a SQL query
License:Free for non-commercial use
Download
1619 downloads
Added: 2005-05-29
Class: Easy MySQL class 1.0

Class: Easy MySQL class 1.0


This class is a simple wrapper to access MySQL databases. It can establish connections to a given MySQL server and execute SQL queries in a single call. The query result resource handle, columns names, number of returned rows and last inserted more>> This class is a simple wrapper to access MySQL databases. It can establish connections to a given MySQL server and execute SQL queries in a single call. The query result resource handle, columns names, number of returned rows and last inserted identifier are stored in class variables for use of the applications. There are also helper functions to insert or update database tables using values submitted via Web forms.<<less
Added: 2006-09-01 License: Freeware Price: $0.00USD
14 downloads
 
Other version of Class: Easy MySQL class
Class: Easy MySQL classa given MySQL server and execute SQL queries in a single call. The query result resource handle ... a given MySQL server and execute SQL queries in a single call. The query result resource handle
License:Freeware
Download
1164 downloads
Added: 2006-09-01
PHP MySQL Web Interface 1

PHP MySQL Web Interface 1


After fulfilling business request after request - with many short php web pages calling the function. Decided to progressing this further - by removing the web page altogether (hitting the function via a wrapper). Let it handle the query, via variable more>> After fulfilling business request after request - with many short php web pages calling the function. Decided to progressing this further - by removing the web page altogether (hitting the function via a wrapper). Let it handle the query, via variable parameters passed in on the HTTP GET. This posed a bit of problem, pushing complexity on the enquirer. So then decided to write a web (interface) form to drive the function (wrapper) - which subsequently made the query. :)<<less
Added: 2006-05-27 License: Freeware Price: $0.00USD
18 downloads
 
Other version of PHP MySQL Web Interface
PHP MySQL Web InterfaceAfter fulfilling business request after request - with many short php ... Let it handle the query, via variable parameters passed in on the HTTP GET. This posed a bit of
License:Freeware
Download
1269 downloads
Added: 2006-05-27
apgDB2xls(mySQL to Excel) 1.1

apgDB2xls(mySQL to Excel) 1.1


apgDB2xls is a PHP script capable of converting a database table into an Excel spreadsheet. This is a simple and easy to use script. All you need is a web server that runs PHP4 or later and a database! apgDB2xls is completely free! more>> apgDB2xls is a PHP script capable of converting a database table into an Excel spreadsheet. This is a simple and easy to use script. All you need is a web server that runs PHP4 or later and a database! apgDB2xls is completely free!<<less
Added: 2004-11-03 License: Other Price: $0.00USD
14 downloads
 
Other version of apgDB2xls
apgDB2xls(mySQL to Excel)apgDB2xls(mySQL to Excel) apgDB2xls is a PHP script capable of converting a database table ... apgDB2xls(mySQL to Excel) - Alvaro Prieto (apg88) apgDB2xls. apgDB2xls is a PHP script capable
Price: FreeAdditionalInfoCreativeCommonsByhttpcreativecommons.orglicensesby2.5legalcode
License:Other Free / Open Source License
Download
1851 downloads
Added: 2004-11-03
Simple php/mysql guestbook tutorial 1.0

Simple php/mysql guestbook tutorial 1.0


This is a very simple guestbook tutorial consisting of how to write an html form, get the form to insert data in mysql and then displaying the form with a basic mysql query. The result is a simple guestbook which just displays the name and a comment of more>> This is a very simple guestbook tutorial consisting of how to write an html form, get the form to insert data in mysql and then displaying the form with a basic mysql query. The result is a simple guestbook which just displays the name and a comment of the visitor.<<less
Added: 2006-03-02 License: Freeware Price: $0.00USD
12 downloads
 
Other version of Simple php/mysql guestbook tutorial
Simple php/mysql guestbook tutorial, get the form to insert data in mysql and then displaying the form with a basic mysql query. The ... basic mysql query. The result is a simple guestbook which just displays the name and a comment of
License:Freeware
Download
1355 downloads
Added: 2006-03-02
Sending queries to mySQL 1

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
Simple MySQL DB Class 1.0.0

Simple MySQL DB Class 1.0.0


This class is a MySQL database access wrapper. It can: - Connect to a MySQL server - Execute SQL queries and retrieve single value results or return result rows into arrays - Return the last inserted table row identifier, the number of result rows more>> This class is a MySQL database access wrapper. It can: - Connect to a MySQL server - Execute SQL queries and retrieve single value results or return result rows into arrays - Return the last inserted table row identifier, the number of result rows and the number of affected rows - Count the number of executed queries - Lock and unlock tables - Escape text literal values or like patterns - Retrieve database access errors<<less
Added: 2007-03-13 License: GPL Price: $0.00USD
11 downloads
 
Other version of Simple MySQL DB Class
Simple MySQL DB ClassIt can: - Connect to a MySQL server - Execute SQL queries and retrieve single value results or ... It can: - Connect to a MySQL server - Execute SQL queries and retrieve single value results or
License:GPL
Download
963 downloads
Added: 2007-03-13
Insert MySQL PHP data

Insert MySQL PHP data


In thie tutorial you will learn how to insert information in to a PHP MySQL database. more>> In thie tutorial you will learn how to insert information in to a PHP MySQL database.<<less
Added: 2008-04-17 License: Freeware Price: $0.00USD
15 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5