Main > Free Download Search >

Free write sql script

write sql

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1658
LDAP to SQL

LDAP to SQL


Whilst working on the automatic production of web statistics - came across the following problem: How do I get relational data from an Hierarchical structure? It didnt take long to realize - Id have more>> Whilst working on the automatic production of web statistics - came across the following problem: "How do I get relational data from an Hierarchical structure?" It didnt take long to realize - Id have to use PHP to talk to LDAP, pull off records & upload into a series of tables, using the cn as primary key. Which then could be queried relationally. Pulling off large, queries and repeatedly transcending LDAP trees is pretty slow - so I built my LDAP to SQL engine, by flattening dns into table names. Then used PHP scripts to query & produce daily snap shots. This is the Perl port of the PHP version.<<less
Added: 2006-05-02 License: Freeware Price: Free
1296 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
Flash read/write script 1.04

Flash read/write script 1.04


Using PHP, flash can call files on the server and read/write to/from them. Further more a third function alows yo to get the visitors IP. more>> Using PHP, flash can call files on the server and read/write to/from them. Further more a third function alows yo to get the visitors IP.<<less
Added: 2005-06-24 License: Other Price: $0.00USD
2654 downloads
 
Other version of Flash read/write script
Flash read/write scriptUsing PHP, flash can call files on the server and read/write to/from them. Further more a third ... Using PHP, flash can call files on the server and read/write to/from them. Further more a third
License:Other Free / Open Source License
Download
1612 downloads
Added: 2005-06-24
Tabs Links SQL 1.0

Tabs Links SQL 1.0


A simple PHP/MySQL links repository Features: 1 - Script in PHP/MySQL 2 - Has no limit to the number of links 3 - Its possible to customize the number of links per page 4 - Each link has Title, Address and Description 5 - Dont needs more>> A simple PHP/MySQL links repository Features: 1 - Script in PHP/MySQL 2 - Has no limit to the number of links 3 - Its possible to customize the number of links per page 4 - Each link has Title, Address and Description 5 - Dont needs installation 6 - It has an Admin Module, where you can insert, update and delete<<less
Added: 2007-05-05 License: Freeware Price: $0.00USD
13 downloads
 
Other version of Tabs Links SQL
Tabs Links SQLA simple PHP/MySQL links repository Features: 1 - Script in PHP/MySQL 2 - Has no . A simple PHP/MySQL links repository Features: 1 - Script in PHP/MySQL 2 - Has no
License:Freeware
Download
902 downloads
Added: 2007-05-05
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
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
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
Link Click Counter without SQL

Link Click Counter without SQL


This counter uses two text files to keep track of the addresses and the number of times each address was accessed. All functionally ran, and allows for custom counter text, as well as formatting of th more>> This counter uses two text files to keep track of the addresses and the number of times each address was accessed. All functionally ran, and allows for custom counter text, as well as formatting of the output, and inclusion of target, class, and id HTML tags. Also, allows for output of the total number of link clicks you have recorded.<<less
Added: 2006-12-26 License: GPL Price: Free
1047 downloads
Using ASP.NET With SQL Server 1

Using ASP.NET With SQL Server 1


This is a beginner introduction to using MS SQL Server in ASP.NET web applications. MS SQL Server is one of the options if you have to develop web sites with dynamic content, like news site, bulletin boards, eCommerce etc. more>> This is a beginner introduction to using MS SQL Server in ASP.NET web applications. MS SQL Server is one of the options if you have to develop web sites with dynamic content, like news site, bulletin boards, eCommerce etc.<<less
Added: 2008-10-09 License: Freeware Price: $0.00USD
12 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
ASP Response Write Generator

ASP Response Write Generator


Copy and paste html into this free online asp response.write generator to quickly produce asp response.write statements. more>> Copy and paste html into this free online asp response.write generator to quickly produce asp response.write statements.<<less
Added: 2008-01-14 License: Other Price: $0.00USD
12 downloads
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
Returning Month of Date in an SQL Table 1

Returning Month of Date in an SQL Table 1


This is an useful but not known functions. If you wish to learn month of date stored in a database, you may use this function placing in a SELECT sql statement more>> This is an useful but not known functions. If you wish to learn month of date stored in a database, you may use this function placing in a SELECT sql statement<<less
Added: 2004-02-09 License: Freeware Price: $0.00USD
12 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5