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

Listing of Database in Scripts

This code snippet uses the instr function to identify a full stop (period) within a sentence and crops the sentence up to this point. Seems fairly straightforward, but I had a real problem finding any resource out there that offered this!.

  • Platform: Scripts, Asp

The author writes "Recently I was asked to develop a web based report that would collect data from a database, format it in an HTML page and then print a certain number of rows on each page with a column header on each page. This solution solves the problem.

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

DBMan SQL is a powerful database manager that provides a flexible web interface to manage multiple relational tables with fully customizable template sets. The easy setup wizard helps you create your own database from scratch, or auto-create a configuration file based on an existing table.

  • Platform: Scripts, CGI and Perl

This is the first of the four-part "Advanced SQL Techniques" series, which describes a quick and efficient way to delete duplicate records from a table..

  • Platform: Scripts, Asp

This article will show how to connect an Access database to your Active Server Pages using Microsoft FrontPage. This is a beginning-level article with plenty of screen shots to show how to connect via ODBC, generate a SQL query in Access and construct the Active Server Page.

  • Platform: Scripts, Asp

This article describes how to use the refresh method of the ADO Parameters collection to interrogate a stored procedure. It shows how to create the code in an automated fashion for use in VBScript connecting to MS SQL Server 7..

  • Platform: Scripts, Asp

This example shows how to perform a variety of statistics on your data using simple SQL such as Sum, Average, Max, Min, and Count. It uses stock trading performance of EPOS as an example..

  • Platform: Scripts, Asp

Use your databases over the web, modify both data and structure, pure ASP, no components.Supports Access, SQL Server and ODBC. New in 0.8: Compilation of cool contributions, TDC for IE, export to Excel and XML, web enabled configurations..

  • Platform: Scripts, Asp

WDK DB Installer allows you to setup Access database data file with tables structure and data specified within SQL script files..

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

TML is a template based database system that you can use to manage bookmarks, address list, images data such photos and icons, and audio data such as MP3. You can also use TML to create databases of your own design..

  • Platform: Scripts, CGI and Perl

In order to connect to an Acees database with ASP through ODBC using a DSN file, you'll need to have full access to the server to create the DSN file, something that can be difficult if your site is hosted somewhere. This lesson will teach you an alternative connecton method, a DSN-less connection.

  • Platform: Scripts, Asp

ASP Text Database is a simple example of how a delimeter seperated text file can be used to store a small 'database' of values which can be searched through using a standard html web form. Includes a template page which is parsed for outputing results on.

  • Platform: Scripts, Asp

A WSC DataGrid Class with examples you can just unzip and run. Does not need to be registered (but can be). Can be called from VBScript or JScript. See examples and readme for usage..

  • Platform: Scripts, Asp

VBSdb is an open source object for fast development of complete database-driven web applications. Write your complete scripts with just 5 lines of code. Features: 4 view modes supported (Grid, Form and Grid/Form combinations). Advanced search screens.

  • Platform: Scripts, Asp

This is a set of ASP examples/tutorials that demonstrate exactly how to use ASP with a database. Topics include: Using ADO To Add A New Record, Using ADO To Update An Existing Record, Using An Update Query To Modify An Existing Record, Using Delete Statement to Delete Records, Using A Select Statement (With A Loop), and ACCESS DATABASES ( DSN vs DSN-LESS).

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

WebDB provides a Web interface to manipulate databases. It provides the ability to add to, modify, and delete from multiple databases based on keyword recognition. This application also implements the password authentication algorithms. It also features a search engine that allows users to search a shared database by keyword but doesn't give them the power of a larger database manager script.

  • Platform: Scripts, CGI and Perl

Searches an entire website for MS Access Databases, links are created for each database. Simply click on one of the database links and a connection file is automatically created. Requirements: Microsoft IIS with ASP and the FileSystemObject Active..

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

DbNetGrid is a web-based grid component based on DHTML behaviours and ASP. Grids can be searched, sorted, edited, copied, printed and results saved in HTML, Word, Excel or XML formats. Fully encapsulated, grids can be nested or linked together on the same page to create powerful drill-down capabilities.

  • Platform: Scripts, Asp

Here is a quick sample of searching a DB for certain records. It's really no different then doing any other query except that you need to use wildcards. In ASP / ADO the wildcard character is %. It works the way most of us have come to expect * to work.

  • Platform: Scripts, Asp

Generate CGI-Perl database scripts to your own custom design of your database, also in ASP Access and PhpMySQL, with Add, Search, Edit and Delete functions. A user can edit and delete his own record only, protection being provided by user-selected password.

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

PHPLIB's DB_Sql format in ASP language.

  • Platform: Scripts, Asp

This short tutorial explains how to to upload a text file and load it into your database using ASP. It uses a sample of the space-delimited file for an example..

  • Platform: Scripts, Asp

This is a simple ASP script demonstrating how to connect and display Excel data using ADO From ASP..

  • Platform: Scripts, Asp

When faced with learning a new technology, it's common to try and reproduce the basic functionality you're used to in the old one. In doing that with ADO.NET and trying to reproduce the basics or the recordset object, this article discusses the new and many uses of ADO.

  • Platform: Scripts, Asp

CSV manager is a Perl script that allows you to add records or to perform searches on one or several csv databases..

  • Platform: Scripts, CGI and Perl

AddCriteria is a small function that simplifies the code needed to produce a SQL query from a set of optional criteria posted by a user. This article explains how to use this function..

  • Platform: Scripts, Asp

This sample ASP Web database can give you ideas about tying everything together and can even be used as a starting point for a Web project..

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

mysqlsync is a perl script that allows you to keep remote copies of a mysql database in sync with a central master copy. It does this by running as a daemon process and tailing the mysqld logs. From the log output it culls queries and decides if it applies to the database, the tables and the operations that you want to keep in sync, and if it does, connects to the remote hosts and issues the same query on each one.

  • Platform: Scripts, CGI and Perl

This is an overview of SYSTEM DSN's, DSN-LESS Connections, and any database permissions that may need to be set on the server. Helpful for people just learning ASP as well as people with some experience..

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

If you use DBM files, this program makes them easy to edit. Each value stored in a DBM file is treated as several "fields", delimited by a user-defined string-- in effect, supporting multiple columns within the one-column DBM format. This program displays a DBM database as a table, and provides auto-sized forms to add or edit records.

  • Platform: Scripts, CGI and Perl

New Downloads

DocuFreezer

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

Photostage Free Mac
Slideshow Software

Free software to create a
slideshow from your digital
photos on your Mac and add
video clips, music and more.
Easily drag ...

SSuite Office WordGraph

WordGraph is a free and very
useful alternative to
Microsoft\'s Word,
OpenOffice\'s Writer, or
anything else out there ...

Efficient Calendar Free

Efficient Calendar Free is an
elegant scheduler, planner and
reminder. Begin to use
Efficient Calendar Free now to
help ...

Disk Drill

Disk Drill is a free
professional-grade file
recovery software, it values
the importance of your data by
implementing ...

ChrisPC Free Video
Converter

ChrisPC Free Video Converter
is an amazing software ready
to convert your family videos,
preferred movies or downloaded
...

Donar MP3 Recorder

Donar MP3 Recorder is a
flexible sound recorder tool
designed to capture any sound
in real-time that goes through
your PC ...

CinemaDrape

CinemaDrape helps you focus on
your current task on the
screen (such as a video in a
web page, a photo or a
document ...

Privacy Eraser Portable

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

PCMate Free File Encryptor

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