jCay.org

last scripts

popular scripts

top rated

search
 
search:

Advertisment

Database-related

DeEnFrSp
Amount: 137
Displaying: 111 - 120
Pages: << 1 2 3 4 5 6 7 8 9 10 11 [12] 13 14 >>
Sort Listings By:
Hits: 663

Multiple Form Selection

Rating 4.0 4.0
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. Two simple for next loops determine which elements are part of the record set and displays them accordingly.
Platform(s): n/a Date: Aug, 06 2000
DETAIL
Hits: 250

Loading Text Files Into A Database

Rating 0.0 0.0
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(s): n/a Date: Jul, 11 2000
DETAIL
Hits: 923

Filtering and Sorting of Records in a Database

Rating 0.0 0.0
Learn how to search and sort the records through the database. Step by step tutorial with Sample code and database available for download. Online demo also available.
Platform(s): n/a Date: Jul, 10 2000
DETAIL
Hits: 606

Using ASP pages to page through Recordset

Rating 0.0 0.0
In depth article on showing records in a page by page fashion with 'first page','next','back' and 'last page' links at the bottom to navigate through the records. Sample code and database available for download. Online demo also available.
Platform(s): n/a Date: Jul, 10 2000
DETAIL
Hits: 464

Get Your Data Faster with a Data Cache

Rating 0.0 0.0
Storing frequently used lookup data in a database is a great idea (e.g. order status codes, state names, etc.) that saves tremendous amounts of time in design and maintenance. However, retrieving that data from the database every time it is needed is very inefficient. This article describes how to use Application variables to cache frequently used lookup data in memory to achieve lightning fast access times.
Platform(s): n/a Date: Jun, 28 2000
DETAIL
Hits: 804

Search db by Field

Rating 0.0 0.0
Providing search capabilities to a db enables users to query on whichever element you target them to. However allowing users to target which portion of the db they would like to query gives extra value. In this example, utilizing our db of US States (state, statename, and capital) the user can search in any of three fields (by dropdown menu input) rather than the application targeting one specific table element. Note: The db only has 50 observations in it, so it is better to search on single or double letter combinations.
Platform(s): n/a Date: Jun, 26 2000
DETAIL
Hits: 484

Two Table Join

Rating 3.5 3.5
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). The second table (state_capitals) contains state abbreviations (state), state names (state) and state capitals (capital). The where statement looks to make a match on the field that each table has in common to ouput the correct capital with all the info from the state_order table.
Platform(s): n/a Date: Jun, 26 2000
DETAIL
Hits: 550

How to create a System DSN for Access database

Rating 0.0 0.0
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(s): n/a Date: Jun, 14 2000
DETAIL
Hits: 460

Presentation Of Hierarchical Data

Rating 0.0 0.0
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. The database is created in SQL Server 7.0.
Platform(s): n/a Date: Jun, 13 2000
DETAIL
Hits: 471

Adding Records to a Database using SQL

Rating 0.0 0.0
The purpose of this article is to show how to get records from an html form and submit that form to an ASP page. This ASP page will then use SQL to enter the records into the database.
Platform(s): n/a Date: Jun, 11 2000
DETAIL
Amount: 137
Displaying: 111 - 120
Pages: << 1 2 3 4 5 6 7 8 9 10 11 [12] 13 14 >>