what is sql
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 575
What is JIT
JIT (just-in-time) is a CLR?s (Common Language Runtime) compiler. The JIT Compiler function is responsible for compiling a method?s IL code into native CPU instructions. Because the IL(intermediate la more>> JIT (just-in-time) is a CLR?s (Common Language Runtime) compiler. The JIT Compiler function is responsible for compiling a method?s IL code into native CPU instructions. Because the IL(intermediate language) is being compiled "just in time," this component of the CLR is frequently referred to as a JITter or a JIT compiler.<<less
Added: 2007-05-31 License: Freeware Price: Free
891 downloads
What is PHP
PHP, which stands for Hypertext Preprocessor, is a server-side scripting language.<br> PHP is used mainly in server-side scripting, but can be used from a command line interface or in standalone gra more>> PHP, which stands for "Hypertext Preprocessor", is a server-side scripting language.
PHP is used mainly in server-side scripting, but can be used from a command line interface or in standalone graphical applications. PHP was written as a set of CGI binaries in the C programming language by the Danish/Greenlandic programmer Rasmus Lerdorf in 1994, to replace a small set of Perl scripts. Rasmus Lerdorf initially created PHP..<<less
Added: 2007-05-02 License: Freeware Price: Free
909 downloads
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
License:Freeware
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
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
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
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
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
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
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
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
PHP Request and SQL Security 2
UPDATED: changed htmlspecialchars to mysql_real_escape_string for FULL protection of data. This script should be used every time you need to get information from the Global variables such as POST and GET. It will strip any bad values that might more>> UPDATED: changed htmlspecialchars to mysql_real_escape_string for FULL protection of data. This script should be used every time you need to get information from the Global variables such as POST and GET. It will strip any bad values that might otherwise cause SQL injections or other hacks. The script has two functions which are used to completely take the hassle out of getting data from GET, POST, or REQUEST. It protects the data and has many options for default values, malformed data protection and just a quick and easy way of getting what you need.<<less
Added: 2005-09-03 License: Free Non-Commercial Price: $0.00USD
36 downloads
jPhotos
automatic directory list (sorted), description of photos are in separate files (without SQL), auto thumbnails (gd2), auto movie screenshots (mplayer), tree structure gallerys,t EXIF more>> automatic directory list (sorted), description of photos are in separate files (without SQL), auto thumbnails (gd2), auto movie screenshots (mplayer), tree structure gallerys,t EXIF<<less
Added: 2004-11-17 License: BSD Style Price: Free
1806 downloads
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
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
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 what is sql 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