Database Tools
  Home arrow ASP Scripts arrow Database Tools
ASP NET Scripts
ASP Scripts
C and C++ Scripts
Coldfusion Scripts
Java Scripts
JavaScript Scripts
Perl Scripts
PHP Scripts
Python Scripts
Remotely Hosted Scripts
Tools and Utilities Scripts
Sponsor Scripts.com 
Developer Forums  
Link To Us
Script Daily Digest  
Weekly Newsletter
  
 
Developer Updates  
Free Website Content 
 RSS  Forums
 RSS  Scripts
 RSS  All Feeds
Request Media Kit
Contact Us 
Site Map 
Privacy Policy 
Support 
USERNAME
PASSWORD
>>> SIGN UP!  
Lost Password? 
NAV TOOL - Use this to navigate our site.
      
Looking for new scripts? or the most viewed ones? Use this tool to navigate Scripts.

 
 
Database Tools
 
Pages: 1 2 3 4 5 6 7 8

FILTER
      
Sort By
Free or Paid
Rating
Platform
Special

ASPevent
ASP SCRIPTS
ASP Scripts

A Cron Service for Active Server Pages.ASPevent runs as a Windows 2000/XP/NT service that scans a MS-Access database table for events that specify a time and Active Server Page to execute via HTTP. This is a convenient way to perform unattended execution of Active Server Pages for web site maintenance, to send email reminders or to execute any ASP code on a event time driven basis. Note that ASPevent is designed to only run on Windows 2000/XP/NT, but can be used to HTTP to any website URL (address), meaning that ASPevent will work with any web server, not just IIS.

Rate Script | Read Reviews | Write Review | Email Script

Article Rating: 3.34 out of 5 3.34 out of 5 3.34 out of 5 3.34 out of 5 3.34 out of 5
Price: $49.00
Version: 2.0
Platform: windows
Date Added: Wednesday, Sep 03, 2003
Last Updated: Friday, Mar 05, 2004
Visit Website

Click Tech
ASP SCRIPTS
ASP Scripts

ClickTech knows the world wide web and how to make it work for your business. We have more than 10 years of experience in developing technology solutions for small to mid-size businesses just like yours.

Rate Script | Read Reviews | Write Review | Email Script

Article Rating: 3.24 out of 5 3.24 out of 5 3.24 out of 5 3.24 out of 5 3.24 out of 5
Price: $9.95
Version: 1.0
Platform: windows
Date Added: Wednesday, Sep 03, 2003
Last Updated: Friday, Mar 05, 2004
Visit Website

Clickquery
ASP SCRIPTS
ASP Scripts

Clickquery is a Windows compatible script that is perfect for managing your Microsoft Access databases on-line. ClickQuery is a fully functional Active Server Pages (ASP) database utility application that allows you to run select, insert, update and delete statements from any browser. Easily incorporated into any exisiting web site that supports ASP. Features: Does not require server based components, Includes all source code and database files, All ASP code is fully documented, Runs "out of the box".

Rate Script | Read Reviews | Write Review | Email Script

Article Rating: 3.24 out of 5 3.24 out of 5 3.24 out of 5 3.24 out of 5 3.24 out of 5
Price: 9.95
Version: 1.0
Platform: Windows
Date Added: Tuesday, Nov 11, 2003
Last Updated: Wednesday, Nov 12, 2003
Visit Website

Db2asp
ASP SCRIPTS
ASP Scripts

Db2asp is a multi-platform compatible script that converts and publishes databases to dynamic web pages. DB2ASP creates ASP, HTML, CSS, and JavaScript in minutes, saving hours or days of work! You can view/add/edit/delete you data via any browser in real time. Features include record editing, paging, sorting, searching, images, and more.

Rate Script | Read Reviews | Write Review | Email Script

Article Rating: 3.22 out of 5 3.22 out of 5 3.22 out of 5 3.22 out of 5 3.22 out of 5
Price: Free to try
Version: ?
Platform: Unix/Linux/Windows
Date Added: Thursday, Nov 06, 2003
Last Updated: Sunday, Nov 09, 2003
Visit Website

ASP Datagrid
ASP SCRIPTS
ASP Scripts

This site offers an easily integrated datagrid object, that enables you to implement a totally editable, sortable, searchable, and updateable datagrid with one DMX behavior!

Rate Script | Read Reviews | Write Review | Email Script

Article Rating: 3.18 out of 5 3.18 out of 5 3.18 out of 5 3.18 out of 5 3.18 out of 5
Price: $69.00
Version: 1.6
Platform: windows
Date Added: Wednesday, Sep 03, 2003
Last Updated: Friday, Mar 05, 2004
Visit Website

ASP: Digg Style Pagination Script
ASP SCRIPTS
ASP Scripts

Simple ASP based pagination script like ww.digg.com, include the file in your code and call the function .. thats it! Edit CSS if you want to change the look the look of pagination script

Rate Script | Read Reviews | Write Review | Email Script

Article Rating: 3.18 out of 5 3.18 out of 5 3.18 out of 5 3.18 out of 5 3.18 out of 5
Price: Freeware
Version: 1.0
Platform: Windows
Date Added: Saturday, Mar 31, 2007
Last Updated: Sunday, Apr 01, 2007
Visit Website

KwikWeb
ASP SCRIPTS
ASP Scripts

Kwikweb has been developed to generate from either a SQL or Access database, a set of ASP based web pages. These web pages will enable a user to add, change, or delete data

Rate Script | Read Reviews | Write Review | Email Script

Article Rating: 3.13 out of 5 3.13 out of 5 3.13 out of 5 3.13 out of 5 3.13 out of 5
Price: $56.00
Version: 1.0
Platform: windows
Date Added: Wednesday, Sep 03, 2003
Last Updated: Friday, Mar 05, 2004
Visit Website

ASP Access Database Connector
ASP SCRIPTS
ASP Scripts

Roialcode ASP Access Database Connector I as it's name suggests, is a database connector for Microsoft Access database in ASP. Microsoft Acccess is commonly used as a file database for ASP and one of the tedious tasks of most beginners in ASP web programming is how to connect to an Access database from ASP. Using this connector which is an include file, it becomes very easy to connect to Access database files and perform database operations such as SQL SELECT, SQL INSERT and UPDATE functions right away. You don't have to bother yourself knowing the connection strings and writing your initial routines to connect to an Access database. This include module does it for you.One of the comments of some web programmers is that Access database is no good, slow and prone to crashes. While it seems agreeable that Access should be avoided as a web database, it is not always the case. We have seen some pretty good web applications that use Access as the their web database that perform very well under some pretty decent loads like 20,000 accesses a day. This means that it still depends on the quality of code written by the programmer. Most of the problems associated with Access as a web database can be traced to the habit of opening connections and recordsets without closing them after use from within the page as it keeps on accumulating. So before you freak out and scream for SQL Server or MySQL which is an overkill for medium traffic websites, go ahead and review your code. Take note that one of the benefits of using Access as a web database is database portability, simplicity and less setup hassles aside from being cost-effective.This module creates all the objects and provide 10 ready to use recordsets named "rsDataSource, rsDatasourceI to rsDatasourceX" so you don't have to bother creating any recordset and closing them. Once the page has loaded, it automatically closes all connections and recordsets freeing the database drver from stress and the server from any additional resource loads.

Rate Script | Read Reviews | Write Review | Email Script

Article Rating: 3.12 out of 5 3.12 out of 5 3.12 out of 5 3.12 out of 5 3.12 out of 5
Price: Freeware
Version: I
Platform: Windows
Date Added: Saturday, Nov 21, 2009
Last Updated: Monday, Nov 30, 2009
Visit Website

Multiple Selection
ASP SCRIPTS
ASP Scripts

Multiple Selection is a multi-platform compatible script that enables multiple selection in a list field.

Rate Script | Read Reviews | Write Review | Email Script

Article Rating: 3.11 out of 5 3.11 out of 5 3.11 out of 5 3.11 out of 5 3.11 out of 5
Price: Free
Version: ?
Platform: Unix/Linux/Windows
Date Added: Tuesday, Nov 11, 2003
Last Updated: Wednesday, Nov 12, 2003
Visit Website

Database Paging
ASP SCRIPTS
ASP Scripts

Database Paging is a multi-platform compatible search engine script that will only show you the first ten results that your query pulls back from their gigantic database.

Rate Script | Read Reviews | Write Review | Email Script

Article Rating: 3.10 out of 5 3.10 out of 5 3.10 out of 5 3.10 out of 5 3.10 out of 5
Price: Free
Version: ?
Platform: Unix/Linux/Windows
Date Added: Tuesday, Nov 11, 2003
Last Updated: Wednesday, Nov 12, 2003
Visit Website

Pages: 1 2 3 4 5 6 7 8

POST YOUR SCRIPT!
             
Post your Script for FREE using this toolbox.

SEARCH SCRIPTS - Use this page to locate your desired scripts.
    
Search:
   Advanced Script Search
 


© 2003-2012 by Developer Shed. All rights reserved. DS Cluster 9 - Follow our Sitemap