Main > Free Download Search >

Free sams teach yourself sql script

sams teach yourself sql

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 934
Sams Whois 1.1

Sams Whois 1.1


Whois script main features: Supports major tlds, easily add more - Checks authorative server as well as registry server for com and net - Quick and easy installation - hilight important items in the whois data and remove extraneous text for easy viewing more>> Whois script main features: Supports major tlds, easily add more - Checks authorative server as well as registry server for com and net - Quick and easy installation - hilight important items in the whois data and remove extraneous text for easy viewing of results - optionally require users to enter a random code displayed as an image to stop abuse of the service - cache lookup results to reduce strain on your server - Simple configuration of various options. Heavily commented example usage file included + documentation online.<<less
Added: 2004-08-13 License: Other Price: $0.00USD
11 downloads
Bear SQL 1.0

Bear SQL 1.0


Bear SQL is a light, easy to use, web front end to MySQL. It allows you to manage databases, tables and users, including backup and restore functionality. With Bear SQL you can create and remove databases and tables, add, edit and delete records, alter more>> Bear SQL is a light, easy to use, web front end to MySQL. It allows you to manage databases, tables and users, including backup and restore functionality. With Bear SQL you can create and remove databases and tables, add, edit and delete records, alter tables, add and remove primary keys and indexes, add edit and delete columns, change column properties, search tables, optimize tables, write your own queries, save queries, save query results, add and manage users and more. All from a simple web front end.<<less
Added: 2008-12-18 License: GPL Price: $0.00USD
11 downloads
Using PHP with MySQL 1

Using PHP with MySQL 1


Quick and easy script on how to create a DB link and execute an sql statement more>> Quick and easy script on how to create a DB link and execute an sql statement<<less
Added: 2007-11-13 License: GPL Price: $0.00USD
13 downloads
Tears in Flash

Tears in Flash


This tutorial will teach you how to create a tear using Color Mixer Panel. This tutorial is also introduction for following tutorial, in which I will show you how to create a Human cry animation. Lets more>> This tutorial will teach you how to create a tear using Color Mixer Panel. This tutorial is also introduction for following tutorial, in which I will show you how to create a Human cry animation. Lets go!<<less
Added: 2006-10-03 License: Freeware Price: Free
1128 downloads
Herong's Tutorial Notes on SQL

Herong's Tutorial Notes on SQL


This book is a collection of notes and sample codes I wrote while learning and using SQL. Topics include data types, built-in functions, data definition statements, data manipulation statements, query statements, transaction, stored procedures, MySQL, more>> This book is a collection of notes and sample codes I wrote while learning and using SQL. Topics include data types, built-in functions, data definition statements, data manipulation statements, query statements, transaction, stored procedures, MySQL, etc.<<less
Added: 2005-08-26 License: Free Non-Commercial Price: $0.00USD
13 downloads
PHP CAPTCHA Tutorial

PHP CAPTCHA Tutorial


Captcha stands for "Completely Automated Public Turing test to tell Computers and Humans Apart" and is used for telling humans and computers apart. Here is a tutorial that will teach you how to create your own PHP CAPTCHA. more>> Captcha stands for "Completely Automated Public Turing test to tell Computers and Humans Apart" and is used for telling humans and computers apart. Here is a tutorial that will teach you how to create your own PHP CAPTCHA.<<less
Added: 2008-03-16 License: Freeware Price: $0.00USD
26 downloads
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
Counting Records in SQL Script

Counting Records in SQL Script


Sometimes we worry about limits of database table and we need to know how manay recods we have. In ASP we could count all recods using a loop. But if we have a small piece of knowledge about SQL scrip more>> Sometimes we worry about limits of database table and we need to know how manay recods we have. In ASP we could count all recods using a loop. But if we have a small piece of knowledge about SQL script, our script works better and faster.<<less
Added: 2006-09-06 License: Freeware Price: Free
1144 downloads
Flash shopping list

Flash shopping list


This tutorial will teach you how to create flash shopping list in flash 8, with very,very little scripting. more>> This tutorial will teach you how to create flash shopping list in flash 8, with very,very little scripting.<<less
Added: 2007-02-12 License: Freeware Price: Free
998 downloads
Replacing single quotes in SQL scripts

Replacing single quotes in SQL scripts


Single quote could be very harmful and broke down your all application. Any one can easily inject any damageful code into your sql script. To combat the threat of SQL injection, escape the single quot more>> Single quote could be very harmful and broke down your all application. Any one can easily inject any damageful code into your sql script. To combat the threat of SQL injection, escape the single quotes using the Replace function.<<less
Added: 2006-09-06 License: Freeware Price: Free
1143 downloads
Protecting against SQL injections

Protecting against SQL injections


SQL injection is a security vulnerability that occurs in the database layer of an application. The vulnerability is present when user input is either incorrectly filtered for string literal escape cha more>> SQL injection is a security vulnerability that occurs in the database layer of an application. The vulnerability is present when user input is either incorrectly filtered for string literal escape characters embedded in SQL statements or user input is not strongly typed and thereby unexpectedly executed. It is in fact an instance of a more general class of vulnerabilities that can occur whenever one programming or scripting language is embedded inside another.<<less
Added: 2007-04-17 License: GPL Price: FreeAdditionalInfoFREE
933 downloads
Jisql - a Java command line interactive SQL tool 0.5

Jisql - a Java command line interactive SQL tool 0.5


Jisql is a Java based utility to provide a command line interactive session with a SQL server. This application is conceptually modeled on the Sybase isql program with, obviously, strong similarities to Microsoft SQL/Server isql and osql. more>> Jisql is a Java based utility to provide a command line interactive session with a SQL server. This application is conceptually modeled on the Sybase isql program with, obviously, strong similarities to Microsoft SQL/Server isql and osql.<<less
Added: 2004-10-21 License: Other Price: $0.00USD
11 downloads
 
Other version of Jisql - a Java command line interactive SQL tool
Jisql - a Java command line interactive SQL toolline interactive SQL tool. Jisql is a Java based utility to provide a command line interactive ... on the Sybase isql program with, obviously, strong similarities to Microsoft SQL/Server isql
License:Other Free / Open Source License
Download
1852 downloads
Added: 2004-10-21
Embedded Sql 1.0

Embedded Sql 1.0


This bit allows you to add .sql files to a ASP.Net website or Visual studio project and use a generated class to execute the procedure. The .sql file can be edited in any SQL editor, the generated class has strong type properties to set the parameters more>> This bit allows you to add .sql files to a ASP.Net website or Visual studio project and use a generated class to execute the procedure. The .sql file can be edited in any SQL editor, the generated class has strong type properties to set the parameters of the statement. Both stored procedures and direct sql is supported. Nothing needs to be added to the sql file all it requires is a standard T-Sql procedure declaration.<<less
Added: 2007-10-18 License: GPL Price: $0.00USD
11 downloads
How To Use SQL Server Reporting Services 1

How To Use SQL Server Reporting Services 1


This tutorial explains how to install, configure and implement SQL Server Reporting Services in ASP.NET. Business development often requires analysis and data mining and SQL Server Reporting Services provide a solution to those tasks. more>> This tutorial explains how to install, configure and implement SQL Server Reporting Services in ASP.NET. Business development often requires analysis and data mining and SQL Server Reporting Services provide a solution to those tasks.<<less
Added: 2008-10-09 License: Freeware Price: $0.00USD
13 downloads
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 TranslatorNOT cockroaches) into a SQL query over the appropriate database fields. Boolean to SQL Query ... 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
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5