Home > By category > Scripts > Database
Sort by : Name|Date|Downloads|Rating|

Listing of Database in Scripts

  • DB LIB
  • License: Shareware
  • Price: .price.
  • Rating

This handy little module takes all the pain away from making a database for programmers. Simply make a format file, for the format the data will be stored in. IE: NAME|BIRTHDAY|AGE and then make a short file to access the db: ie load_db('bdays') db->add('bdays','marc'.

  • Platform: Scripts, CGI and Perl

An easy to use perl program to help you manage a database of any type of item. Includes a nifty search feature, and is highly customizable via templates. Advanced admin functions to do Add items, remove items, maintain users, whos items can be managed individualy, and of corse, a super admin user to oversee it all.

  • Platform: Scripts, CGI and Perl

The developer writes "When developing this script generator we have focus on providing users with basic code to allow adding, deleting and searching within a database. Fill a form with your data and you will get the code you need to perform those tasks.

  • Platform: Scripts, Asp

For a dynamic web application developer, who needs create recordsets from multiple tables and is not an SQL expert, MX Query Builder is the tool that allows table relation management, automating SQL query generation. Unlike other tools, MX Query Builder manages tables, relations and conditions for queries in your web browser.

  • Platform: Scripts, Asp

klist is a perl script which can create/delete/edit flat text databases. The script is installed in cgi-bin as any other cgi program. You can specify various fields like: text, number, popup and links. A simple password scheme allows you to present lists as read-only, add-only or fully editable depending on the password.

  • Platform: Scripts, CGI and Perl

To database or not to database? Test of consumed resources (processor, memory) and results with file upload to database or file system. Test of JetOLEB connection to MDB, test of MSSQL 2000 and AppendChunk method and UPDATE text SQL command..

  • Platform: Scripts, Asp

Allow visitors to your website update their information themselves. Provide an ID and Password for each record then the visitor can update one record in the database. The script is very simple to set-up and customize using the look and feel of your own website.

  • Platform: Scripts, CGI and Perl

Allowing multiple choices of data elements enables people to customize views of your data and adds value to your applications. In this sample code, user inputted choice(s) are added to the basic sql statement to draw them from the db. Since the input from the dropdown menu comes through comma delimited it is simply written into the statement without modification.

  • Platform: Scripts, Asp

Generate ASP Reports dynamically. This version includes the ability to save reports and queries. It also includes the capability of exporting reports to different format including Excel, XML, Text and CSV formats. If you need more functionality, please let me know.

  • Platform: Scripts, Asp

This article describes practical methods of optimizing the performance of ASP pages which retrieve and display tabular data from a database. Test results of each coding technique show the potential for dramatic speedups of dynamic web pages..

  • Platform: Scripts, Asp

This article covers rarely discussed feature of ADO Recordsets, disconnected Recordsets. It examines what disconnected Recordsets are, how to use them, and what advantages they offer over connected Recordsets. Also examines how to create custom, disconnected Recordsets.

  • Platform: Scripts, Asp

This article covers two advanced ADO topics: creating hierarchical Recordsets (via data shaping) and creating custom Recordsets. Specifically, this article looks at how to create custom hierarchical Recordsets. The reader is required to have a fluid understanding of both data shaping and custom Recordsets.

  • Platform: Scripts, Asp

Learn how to search a database with keywords..

  • Platform: Scripts, Asp

The driving force behind Active Server technologies is data access. In order to develop a truly dynamic web site developers need to allow users to access data on demand. Luckily, with Microsoft's Active Server Pages, this is exceedingly easy to do. This article for ASP beginners details how to connect to a SQL Server 7.

  • Platform: Scripts, Asp

This example / tutorial explains how to use the LIKE operator to perform a partial match on an Access database..

  • Platform: Scripts, Asp

This article will help you to create a System Data Source Name (DSN) for Microsoft SQL Server on your local machine. After a System DSN has been created you can use it within any ASP page located on the same computer..

  • Platform: Scripts, Asp
  • AxpDB
  • License: Shareware
  • Price: .price.
  • Rating

AxpDB is a component for ASP that allows you to display and EDIT your database tables or queries with almost no coding. Publish tables or queries from Access, MS SQL, Oracle, Sybase or any other ADO enabled database. User can sort on any column, page through the recordset or go to detailed form page.

  • Platform: Scripts, Asp
  • MySQLMan
  • License: Freeware
  • Price: 0.00
  • Rating

MySQLMan is a web based database manager. It allows you to perform common maintenance and administration tasks in Mysql. MySQLMan was based off of PHPmyadmin, but written in Perl. It allows you to do common tasks like: browse/create/drop databases, browse/search/create/drop/alter tables, import/export data, add/remove/alter table columns, and add/remove/alter table keys.

  • Platform: Scripts, CGI and Perl
  • DB2ASP
  • License: Shareware
  • Price: .price.
  • Rating

DB2ASP converts and publishes your database to dynamic asp web pages. DB2ASP creates ASP, HTML, CSS, and JavaScript in minutes, saving hours or even days of work. You can view/add/edit/delete you data via any browser. DB2ASP is for non-programmers and programmers alike.

  • Platform: Scripts, Asp

Multiple level select boxes tackled with hierarchical data! This sample illustrates the concept using a hierarchy consisting of geographical region, country, and state data. The code expects a system DSN by name "Hierarchy" and accesses the database using the user id "sa" with a blank password.

  • Platform: Scripts, Asp

This software optimizes all of your tables, in all of your databases, and then goes through each table to back it up into peices that can be dumped back into the database later on, if something unfortunate were to occur. The software gives you a visual view on the progress of the tables, and gives you information on the size of tables, and whether they were so large that the software deemed that they should be broken into small pieces.

  • Platform: Scripts, CGI and Perl

Outputting data from two tables is almost as easy as displaying from one. This example utilizes two tables with state information on them. The first table (state_order) contains state abbreviations (state), state names (statename) the year each state was admitted into the union (year) and the numeric order they entered in (entered).

  • Platform: Scripts, Asp

This article shows how to publish and distribute Microsoft Access reports on the web using ASP..

  • Platform: Scripts, Asp

Inputting data into an Access or SQL server database is very easy in .asp. This script will take input for two text fields (First and Last name) and write them to an Access db. A second script will allow you to view all of the inputs into the Access to date.

  • Platform: Scripts, Asp

Here is a sample code that allows you to connect to an Access database without DSN Connection, Using MapPath Function of Server Variables..

  • Platform: Scripts, Asp

This is a quite extensive tutorial on creating your first relational database application. Broken into four different lessons, it covers theories of relational databasing, defining and linking tables, connecting your database to your Web server, SQL, VBScript, and the ActiveX Data Objects (ADO, 2-D arrays, ASP stuff, how to make it work with HTML forms, and more.

  • Platform: Scripts, Asp

You can connect to an Access database within an ASP page with different methods. This article will help you to create a System Data Source Name (DSN) for an Access database on your local machine..

  • Platform: Scripts, Asp

Administrator tool to backup your CSV database online without FTP and downloading. The advanced version will allow you to restore and view the files. (CGI/Perl Unix).

  • Platform: Scripts, CGI and Perl

It is somewhat ironic that the most confusing part of creating and executing a SQL statement from ASP is determining where to put the quotes. When is a single quote used? When is a double quote used? When are they used together? Which takes precedence? This article will answer these questions.

  • Platform: Scripts, Asp
  • TaBliz
  • License: Shareware
  • Price: .price.
  • Rating

TaBliz is a server side component which builds a complete web interface for your data. If you are involved with the development of web pages dealing with data in an Internet, intranet or extranet context, TaBliz can be a shareware low cost tool that will do the job for you.

  • Platform: Scripts, Asp

New Downloads

DocuFreezer

DocuFreezer is the software
for batch converting different
document types. DocuFreezer
document conversion algorithms
...

Free OCR to Word

Free OCR to Word creates
editable and searchable MS
Word or Text files from any
image or scanned document
within few ...

Shareaza PRO

Shareaza Pro is a free
Windows-based peer-to-peer
client which empowers users to
share, search for anddownload
any type ...

UltraFileSearch Lite

File Search Utility which is
able to quickly find Files,
Folders and Text on your
Local, Network, DVD, CD-ROM,
USB Hard ...

PhotoPad Photo Editing
Software Free

PhotoPad Free image editing
software is a free photo
editor for Windows. It allows
you to edit and apply effects
to ...

LightMan Converter

LightMan Converter is a highly
recommended audio program for
those looking for a lite,
accessible CD ripping, audio
...

Privacy Eraser Portable

Privacy Eraser is an
all-in-one privacy suite that
protects your privacy by
cleaning up all your Internet
history tracks ...

Azureus Ultra Accelerator

Azureus Ultra Accelerator is a
program designed to boost
Azureus downloads. These
practical and professional
plug-in ...

Forgotten Space

In the game Forgotten Space,
crazy flights in spaceships of
the future are in store for
you. Many high-profile
shootings ...

PCMate Free File Encryptor

PCMate Free File Encryptor is
a security software product
that helps lock your important
files from prying eyes with
...