sql
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 511
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
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
EMS SQL Manager 2005 Lite for SQL Server
EMS SQL Manager Lite for SQL Server is a light and easy-to-use freeware graphical tool for MS SQL/MSDE administration. It has minimal required set of instruments for those users who are new to MS SQL server and need only its basic functionality. It more>> EMS SQL Manager Lite for SQL Server is a light and easy-to-use freeware graphical tool for MS SQL/MSDE administration. It has minimal required set of instruments for those users who are new to MS SQL server and need only its basic functionality. It makes creating and editing MS SQL Server database objects easy and fast, and allows you to run SQL scripts, manage users and their privileges, simply edit SQL queries and more.<<less
Added: 2005-04-29 License: Freeware Price: $0.00USD
2501 downloads
Users Online Count (SQL Version)
This is a quick and easy users online script. Just include the file on the page and it will add the user to the online list. Lets you specify how many minutes to keep a user online without them clicki more>> This is a quick and easy users online script. Just include the file on the page and it will add the user to the online list. Lets you specify how many minutes to keep a user online without them clicking another page before removing them. Has the option to surpress the count so you can include this on many pages but only display the count on selected pages. Only outputs the number so you have flexibilty to format the number with any words or font changes you want. Also has an identical version that uses a text file to store users.<<less
Added: 2004-04-22 License: PHP License Price: Free
2037 downloads
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
License:Other Free / Open Source License
jPhotos 1.11
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 Price: $0.00USD
12 downloads
Other version of jPhotos
Mortgage Application and SQL Database
Fully intergratable online web mortgage application form that submits form applications into the SQL database. Every time someone fills the form out you will be notified via email, also fully customiz more>> Fully intergratable online web mortgage application form that submits form applications into the SQL database. Every time someone fills the form out you will be notified via email, also fully customizable ASP script with standard HTML form that can easily be placed on a network of websites that dumps into the same database, also every HTML form you put out there has a forward on it so that when the user clicks submit, the database returns a thank you page on originating site.<<less
Added: 2004-12-01 License: Freeware Price: Free
1791 downloads
Added: 2005-01-14 License: GPL Price: Free
1743 downloads
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
License:Free for non-commercial use
Create a dynamic PDF report with ASP/SQL SERVER 1.0
This is the first article of a series that explains how to create a stored procedure and to call it from ASP or directly from SQL Server. The stored procedure will in turn create a simple column based report in PDF without using any external tools or more>> This is the first article of a series that explains how to create a stored procedure and to call it from ASP or directly from SQL Server. The stored procedure will in turn create a simple column based report in PDF without using any external tools or libraries (and their associated licensing costs!).<<less
Added: 2005-10-22 License: Freeware Price: $0.00USD
13 downloads
Other version of Create a dynamic PDF report with ASP/SQL SERVER
License:Freeware
RGs GuestBook
A non-sql GuestBook, written in PHP, and allows users to post smilies and customize text and much much more!!! This script is free and editable more>> A non-sql GuestBook, written in PHP, and allows users to post smilies and customize text and much much more!!! This script is free and editable<<less
Added: 2005-09-13 License: Other Free / Open Source License Price: Free
1503 downloads
ASP.NET SQL Where Builder Control for Creating Ad Hoc Reports 1
SqlWhereBuilder is a web control which provides a user interface for generating custom SQL WHERE clauses. The SqlWhereBuilder web control provides a friendly interface for a user to enter query conditions, which may be compiled upon postback into a SQL more>> SqlWhereBuilder is a web control which provides a user interface for generating custom SQL WHERE clauses. The SqlWhereBuilder web control provides a friendly interface for a user to enter query conditions, which may be compiled upon postback into a SQL WHERE clause. As an ASP.NET server control wrapping a JavaScript library, user-interaction happens entirely client-side, while on the server, additional functionality such as XML-based configuration and integration with IDbCommand objects is implemented.<<less
Added: 2005-12-13 License: Freeware Price: $0.00USD
10 downloads
Other version of ASP.NET SQL Where Builder Control for Creating Ad Hoc Reports
License:Freeware
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
sqlWebArchitect
sqlWebArchitect is a Web-Based Open Source SQL Server and MSDE Database Administration tool. Built with Microsoft .NET Framework 2.0 and released under GPL License. more>> sqlWebArchitect is a Web-Based Open Source SQL Server and MSDE Database Administration tool. Built with Microsoft .NET Framework 2.0 and released under GPL License.<<less
Added: 2006-03-03 License: GPL Price: Free
1332 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
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 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