mysql query browser
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2871
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
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
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
MyDBDB MySQL multi-databases browser 1.0
This set of scripts can be used, with minor customization, to access multiple MySQL databases (hence, "DBDB"), even at different servers (if they are accessible from the web server where these scripts run), for displaying data in multiple tables of said more>> This set of scripts can be used, with minor customization, to access multiple MySQL databases (hence, "DBDB"), even at different servers (if they are accessible from the web server where these scripts run), for displaying data in multiple tables of said databases. At this time, only SQL SELECT queries are supported. But you can execute Joins, use Group By, Order By, etc. My central purpose in writing these scripts was to be able to access my seven different databases, on 6 different servers, quickly and with a minimum of logging in, using passwords for each database, etc. This is a very light-weight application and responds quickly and effortlessly. The code is not sophisticated and could no doubt be improved, using OOP and other techniques, but the fact is it works quite well, as it is, and doesnt require any special libraries and such.<<less
Added: 2007-08-22 License: Other Price: $0.00USD
11 downloads
MySQL Handler Class RC1
Similar to the MySQLi Wrapper class (http://www.hotscripts.co m/Detailed/83229.html) this is a MySQL Wrapper class that will create wrap MySQL methods and query constructor with pagination. It make simpler to work with the daily sql statements in a fast more>> Similar to the MySQLi Wrapper class (http://www..co m/Detailed/83229.html) this is a MySQL Wrapper class that will create wrap MySQL methods and query constructor with pagination. It make simpler to work with the daily sql statements in a fast wizard way.<<less
Added: 2008-09-19 License: Other Price: $0.00USD
11 downloads
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
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
License:Freeware
Detecting XML in Browser
XML is a must for most Ajax based applications. Itâ??s a universal mark-up language which means almost any programming languages could work with XML. Aside from being accessible through various formats, it is also known to be relatively lightweight. It more>> <<less
Added: 2009-05-05 License: Freeware Price: $0.00USD
12 downloads
MySQL to JSON
The class takes a MySQL query result handle and retrieves the query result column names and the query result data. The class generates the definition of a JavaScript object in JSON that contains an ar more>> The class takes a MySQL query result handle and retrieves the query result column names and the query result data. The class generates the definition of a JavaScript object in JSON that contains an array of a rows of query result data.<<less
Added: 2006-07-05 License: PHP License Price: Free
1251 downloads
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
License:Other Free / Open Source License
MySQL content display simple RB2
List all fields in database a MySQL very easy and quick. Must have tool for developers. more>> List all fields in database a MySQL very easy and quick. Must have tool for developers.<<less
Added: 2006-12-20 License: Freeware Price: Free
1038 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
SamMySql Database Class 1.02
This class wraps common MySQL database table SQL queries. It can: - Perform SELECT queries and retrieve a single value, a single row into an array and all rows into a multidimensional array. - Insert or update rows from a list of fields and more>> This class wraps common MySQL database table SQL queries. It can: - Perform SELECT queries and retrieve a single value, a single row into an array and all rows into a multidimensional array. - Insert or update rows from a list of fields and values - Delete table rows that satisfy a condition - Count records in a given table - Check if a table record exists with a given field value<<less
Added: 2006-08-14 License: Other Price: $0.00USD
12 downloads
Other version of SamMySql Database Class
Price: FreeAdditionalInfoFreelyDistributable
License:Other Free / Open Source License
License:Other Free / Open Source License
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
License:Freeware
JavaScript Browser Detection
This article explains why browser detects should be used only as a last resort and shows why using object detection is a better alternative. more>> This article explains why browser detects should be used only as a last resort and shows why using object detection is a better alternative.<<less
Added: 2006-09-15 License: Freeware Price: $0.00USD
18 downloads
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 mysql query browser 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