Main > Free Download Search >

Free queries script

queries

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 299
Rails and SQL queries

Rails and SQL queries


Ruby on Rails is Model-View-Controller web-application framework. Rails uses ActiveRecord database abstraction classes to work with SQL tables. However, sometimes it is more convenient to work with pl more>> Ruby on Rails is Model-View-Controller web-application framework. Rails uses ActiveRecord database abstraction classes to work with SQL tables. However, sometimes it is more convenient to work with plain SQL queries(without any model classes) for specific database operations.<<less
Added: 2006-11-06 License: Other Free / Open Source License Price: Free
669 downloads
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
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
License:Other Free / Open Source License
Download
1273 downloads
Added: 2006-05-22
Ad Hoc Queries in ASP.NET 1

Ad Hoc Queries in ASP.NET 1


Ad hoc SQL query is dynamically created when needed to return information like database search results, user profile info or more generally, any information that are related to user specific request. This tutorial explains how to build ad hoc queries more>> Ad hoc SQL query is dynamically created when needed to return information like database search results, user profile info or more generally, any information that are related to user specific request. This tutorial explains how to build ad hoc queries safely with parameters and by constructing a string.<<less
Added: 2008-12-18 License: Freeware Price: $0.00USD
13 downloads
SQL Queries For Paging In ASP.NET 1

SQL Queries For Paging In ASP.NET 1


This tutorial explains different ways about how to build SQL queries for paging on SQL Server. Data paging is common task for ASP.NET developers. It could be very confusing if you place hundreds, thousands or even millions of records on single page. more>> This tutorial explains different ways about how to build SQL queries for paging on SQL Server. Data paging is common task for ASP.NET developers. It could be very confusing if you place hundreds, thousands or even millions of records on single page. Common solution when you work with large amount of data is to provide data paging.<<less
Added: 2009-01-13 License: Freeware Price: $0.00USD
14 downloads
IAM CSVDump - Export SQL Queries to CSV 1.1.0

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
Download
844 downloads
Added: 2007-07-06
MX Query Builder CF :: Visual SQL Queries for Dreamweaver 3.6.0

MX Query Builder CF :: Visual SQL Queries for Dreamweaver 3.6.0


For a dynamic web application developer, who needs create recordsets from multiple tables and is not an SQL expert, MX Query Builder is the tool that allows table relation management, automating SQL query generation. Unlike other tools, MX Query Builder more>> For a dynamic web application developer, who needs create recordsets from multiple tables and is not an SQL expert, MX Query Builder is the tool that allows table relation management, automating SQL query generation. Unlike other tools, MX Query Builder manages tables, relations and conditions for queries in your web browser. Features:-- Query repository; --Integrated Dreamweaver Recordset support; --Ease of use; --Increased productivity; --Tight database integration; --Automate SQL query generation; --Visual Query Editing; --All Dreamweaver server models support (PHP, CFM, ASP, .NET, JSP); --Support for various database servers.<<less
Added: 2004-03-11 License: Commercial Price: $0.00USD
13 downloads
MX Query Builder PHP :: Visual SQL Queries for Dreamweaver 3.6.0

MX Query Builder PHP :: Visual SQL Queries for Dreamweaver 3.6.0


For a dynamic web application developer, who needs create recordsets from multiple tables and is not an SQL expert, MX Query Builder is the tool that allows table relation management, automating SQL query generation. Unlike other tools, MX Query Builder more>> For a dynamic web application developer, who needs create recordsets from multiple tables and is not an SQL expert, MX Query Builder is the tool that allows table relation management, automating SQL query generation. Unlike other tools, MX Query Builder manages tables, relations and conditions for queries in your web browser. Features: --Integrated Dreamweaver Recordset support; --Ease of use; --Increased productivity;-- Query repository; --Tight database integration; --Automate SQL query generation; --Visual Query Editing; --All Dreamweaver server models support (PHP, CFM, ASP, .NET, JSP); --Support for various database servers.<<less
Added: 2002-03-27 License: Commercial Price: $0.00USD
11 downloads
MX Query Builder ASP :: Visual SQL Queries for Dreamweaver 3.6.0

MX Query Builder ASP :: Visual SQL Queries for Dreamweaver 3.6.0


For a dynamic web application developer, who needs create recordsets from multiple tables and is not an SQL expert, MX Query Builder is the tool that allows table relation management, automating SQL query generation. Unlike other tools, MX Query Builder more>> For a dynamic web application developer, who needs create recordsets from multiple tables and is not an SQL expert, MX Query Builder is the tool that allows table relation management, automating SQL query generation. Unlike other tools, MX Query Builder manages tables, relations and conditions for queries in your web browser. Features: --Integrated Dreamweaver Recordset support;-- Query repository; --Ease of use; --Increased productivity; --Tight database integration; --Automate SQL query generation; --Visual Query Editing; --All Dreamweaver server models support (PHP, CFM, ASP, .NET, JSP); --Support for various database servers.<<less
Added: 2002-09-06 License: Commercial Price: $0.00USD
13 downloads
MySQL FAQs - Managing Tables and Running Queries with PHP Scripts

MySQL FAQs - Managing Tables and Running Queries with PHP Scripts


A collection of 18 tips on managing tables and data rows with PHP scripts. Clear explanations and tutorial exercises are provided on creating and dropping tables; inserting, updating, and deleting row more>> A collection of 18 tips on managing tables and data rows with PHP scripts. Clear explanations and tutorial exercises are provided on creating and dropping tables; inserting, updating, and deleting rows, selecting and looping through data rows by pages; setting auto-increment IDs.<<less
Added: 2006-09-25 License: Freeware Price: Free
1128 downloads
Erp Objects SDK 1.0.2408.7111

Erp Objects SDK 1.0.2408.7111


Erp Objects is a set of tools and controls which allows you to write erp applications very quickly by making Erp Object Sets, which are replacement to conventional datasets of ASP.NET. Intellisense, Typed Queries (Yes Typed Queries e.g. more>> Erp Objects is a set of tools and controls which allows you to write erp applications very quickly by making Erp Object Sets, which are replacement to conventional datasets of ASP.NET. Intellisense, Typed Queries (Yes Typed Queries e.g. Customers.GetObjects( CustomerSchema.FirstName. StartsWith("Marc") ); Typed queries are converted to SQL queries, which makes your business logic independent of underlying sql. Your code will run on any database if you use Erp Objects. facility of stored procedures and support for mysql is coming soon.<<less
Added: 2006-08-08 License: Freeware Price: $0.00USD
13 downloads
 
Other version of Erp Objects SDK
Erp Objects SDKIntellisense, Typed Queries (Yes Typed Queries e.g. Customers.GetObjects( CustomerSchema.FirstName. StartsWith("Marc") ); Typed queries are converted to SQL queries, which makes your
License:Freeware
Download
1189 downloads
Added: 2006-08-08
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
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
License:Other Free / Open Source License
Download
633 downloads
Added: 2006-12-29
GeoDistance

GeoDistance


This script is based on the free OpenGeoDB MySQL database. It is an easy to use single function, which queries in the database both country codes and calculates by the geographical coordinates the dis more>> This script is based on the free OpenGeoDB MySQL database. It is an easy to use single function, which queries in the database both country codes and calculates by the geographical coordinates the distance. The base distance is in nautical miles and will be converted to kilometers, but it is easy to change this to miles or any other unit.<<less
Added: 2007-02-28 License: Other Free / Open Source License Price: FreeAdditionalInfoAllcodeonthiswebsiteresidesinthePublicDomain,youarefreetouseandmodifyithoweveryouwish.
985 downloads
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
License:Freeware
Download
1406 downloads
Added: 2006-01-12
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5