t sql convert
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 815
C to C++ Converter
Scripts to convert automatically in six steps, your C project to C++. GNU GPL licence. Manual included. more>> Scripts to convert automatically in six steps, your C project to C++. GNU GPL licence. Manual included.<<less
Added: 2005-12-05 License: GPL Price: Free
1419 downloads
Image Converter
Convert images to other image file types online. Browse your computer to upload a file. Can be any image file type. more>> Convert images to other image file types online. Browse your computer to upload a file. Can be any image file type.<<less
Added: 2007-09-07 License: Freeware Price: $0.00USD
49 downloads
DB Converter 1.0
You have a Microsoft ® Access ® database and want to convert it into mysql? Even in certain time inverals? Then we have the right thing for you: DB Converter! DB Converter converts any Access database into sql commands, that you can easily import more>> <<less
Added: 2006-03-02 License: GPL Price: $0.00USD
12 downloads
Added: 2005-01-14 License: GPL Price: Free
1743 downloads
SQLeonardo
browse database structure, create SQL queries without directly writing SQL, edit tables directly via the data grid, jump from record(FK) to record(PK) or vice versa and more... more>> browse database structure, create SQL queries without directly writing SQL, edit tables directly via the data grid, jump from record(FK) to record(PK) or vice versa and more...<<less
Added: 2006-05-22 License: Freeware Price: Free
1254 downloads
SQL Import 1.0
The class can be used to execute MySQL database queries imported from a file. It opens a given file and reads it line by line to execute as SQL queries to a given MySQL database. more>> The class can be used to execute MySQL database queries imported from a file. It opens a given file and reads it line by line to execute as SQL queries to a given MySQL database.<<less
Added: 2008-10-28 License: Freeware Price: $0.00USD
14 downloads
SQL Solution 6.3
Simplifies integrating databases with web pages. Provides a powerful, user friendly, platform independent API for MySQL, PostgreSQL and ODBC database management systems. Output is XHTML compliant and handicapped accessible. more>> Simplifies integrating databases with web pages. Provides a powerful, user friendly, platform independent API for MySQL, PostgreSQL and ODBC database management systems. Output is XHTML compliant and handicapped accessible.<<less
Added: 2000-08-31 License: Other Price: $0.00USD
14 downloads
Other version of SQL Solution
License:Other Free / Open Source License
SQL Injection Blocker 1.5
Inspyres SQL Injection Blocker is a server-side component (COM Object) designed to stop the nasty. ongoing SQL injection attacks that dynamic sites get daily. If your database has been hacked with Javascript references, mysterious tables, or even lost more>> Inspyres SQL Injection Blocker is a server-side component (COM Object) designed to stop the nasty. ongoing SQL injection attacks that dynamic sites get daily. If your database has been hacked with Javascript references, mysterious tables, or even lost data, you need this component. Takes seconds to install and only minutes to implement into your includes and ASP processing files.<<less
Added: 2008-05-23 License: Commercial Price: $0.00USD
20 downloads
SQL QuickRegister
SQL QuickRegister is a full-featured password/membership management system with 4 modules: registration, login, re-direction and a web panel. Features include the creation of an expiry date upon regis more>> SQL QuickRegister is a full-featured password/membership management system with 4 modules: registration, login, re-direction and a web panel. Features include the creation of an expiry date upon registration, checking the expiry date upon login or via any page re-direct, automatic login, administrative control of membership profile, ability to deny or allow access at any time, e-mail confirmations of registration, password recovery for members, denies access after a lapsed time period, disallows multiple logins, and all page links checked to prevent bookmarking. Four Add-On Modules available to 1. Broadcast e-mail to members and 2. Protect digital files for download. 3. Organize members into groups each with its own page after login and 4. pay registration and renew with PayPal<<less
Added: 2002-03-14 License: Freeware Price: Free
2784 downloads
ASP image resize and convert
Short sample to resize and convert jpeg, gif and png image files from an ASP page on-the-fly using Chart object from Office web components. Live online sample. more>> Short sample to resize and convert jpeg, gif and png image files from an ASP page on-the-fly using Chart object from Office web components. Live online sample.<<less
Added: 2007-02-06 License: Freeware Price: Free
656 downloads
SQL Injection Vulnerability Scanner 1.1
SQL Injection Scanner tool was designed to check if a webpage is vulnerable to SQL injection. It modifies URL to simulate SQL injection. Scanner will help to evaluate quality of the bought scripts (check if script programmer implemented at least basic more>> SQL Injection Scanner tool was designed to check if a webpage is vulnerable to SQL injection. It modifies URL to simulate SQL injection. Scanner will help to evaluate quality of the bought scripts (check if script programmer implemented at least basic protection against SQL injection).<<less
Added: 2007-10-18 License: GPL Price: $0.00USD
27 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
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
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
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 t sql convert 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