Main > Free Download Search >

Free what is t sql script

what is t sql

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 569
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
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
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
Fight Against SQL Injection Attacks

Fight Against SQL Injection Attacks


Security issues became more damageful if youre not protecting your web forms. Following example is a good idea to protect our ASP pages against SQL injection attacks. This small ASP code secures and v more>> Security issues became more damageful if youre not protecting your web forms. Following example is a good idea to protect our ASP pages against SQL injection attacks. This small ASP code secures and validates all information coming from your forms.<<less
Added: 2006-01-18 License: Freeware Price: Free
1392 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
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
i-dreams guestbook server SQL 5.4

i-dreams guestbook server SQL 5.4


The i-dreams.net guestbook server allows you to start a professional and secure guestbook service. The administration pleases with a clear structure and many functions. Some of the main functions are: clear user administration, sort and search, mailing more>> The i-dreams.net guestbook server allows you to start a professional and secure guestbook service. The administration pleases with a clear structure and many functions. Some of the main functions are: clear user administration, sort and search, mailing list, guestbook profiles with permission profiles, main configs, guestbook configs, ad profiles and specific category ads, click consideration, FAQ, announcements, skins, language files, SSI/PHP/JS statistic functions, own fields, automated tasks, step by step registration, pw reminder, own templates (CMS like), perl code template implementation and many more... To make the guestbook and guestbook server functions safe, the script uses session ids, spam filter, e-mail verification, hidden codes, image verification and the "guard". This guestbook has many functions which make the usage interactive, safe and usable by everyone! The SQL version allows to store the data in any SQL database like MySQL, Oracle, MsSQL, Sybase...<<less
Added: 2006-10-22 License: BSD Price: $0.00USD
11 downloads
 
Other version of i-dreams guestbook server SQL
i-dreams guestbook server SQLThe i-dreams.net guestbook server allows you to start a ... The SQL version allows to store the data in any SQL database like MySQL, Oracle, MsSQL, Sybase
License:BSD Style
Download
1109 downloads
Added: 2006-10-22
PowerSeek SQL 4.1.1

PowerSeek SQL 4.1.1


Create, manage and run your own Search Engine & Directory Portal with total control and ease. User friendly in every aspect and built for the most demanding uses and customization needs. Comes with an extensive Admin Panel, Premium Links (abillity to more>> Create, manage and run your own Search Engine & Directory Portal with total control and ease. User friendly in every aspect and built for the most demanding uses and customization needs. Comes with an extensive Admin Panel, Premium Links (abillity to sell link listings), Full Customization (all HTML & text used are 100% customizable), HTML Generation (for Search Engine friendly URLs), Link Reviews/Ratings, Content Sensitive Banner Rotator, Spam Filter, Broken Link Checker, Custom Data Fields, Mailers, Crawlers, 50 Pre-Designed Template Sets, Reciprocal Link Checker, Image/Video/File Uploading, RSS Feeds, optional PPC functionality to turn it into a PPC Search Engine, and dozens of other comprehensive features. Also perfect for any kind of specialized Directory like Yellow Pages Directories, Real Estate Directories, Travel Directories, Complex Product Catalogues, Image Galleries, etc. Can also be used as a CMS to build mega-content sites. The uses are practically unlimited.<<less
Added: 2003-10-14 License: Commercial Price: $0.00USD
17 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
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
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
Generating XML files from SQL Database

Generating XML files from SQL Database


Before you continue to write your own aspx file, check your directory write permission. I have used Northwind sample database. We will write some of data from Employees table to XML file. more>> Before you continue to write your own aspx file, check your directory write permission. I have used Northwind sample database. We will write some of data from Employees table to XML file.<<less
Added: 2007-07-13 License: Freeware Price: Free
558 downloads
Select Randoms Results from a Sql Table

Select Randoms Results from a Sql Table


In this tutorial you will learn how to select some randoms results from a sql table with few lines of code. more>> In this tutorial you will learn how to select some randoms results from a sql table with few lines of code.<<less
Added: 2006-04-15 License: Freeware Price: Free
1291 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
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
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5