jCay.org

last scripts

popular scripts

top rated

search
 
search:

Advertisment

Database-related

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

Connecting to Database using DSN/DSN less Connections

Rating 0.0 0.0
An article on connecting to database via ASP using both DSN and DSN less connections. Explains uses of each. Learn using connection strings.
Platform(s): n/a Date: Dec, 03 2000
DETAIL
Hits: 532

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: 532

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
Hits: 519

Printing Headers on every page of a report (from a database)

Rating 0.0 0.0
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." Source code available for download.
Platform(s): n/a Date: Jul, 20 2001
DETAIL
Hits: 519

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: 514

Creating a Simple SQL-Driven Web Site

Rating 0.0 0.0
This hands-on tutorial explains how to develop a simple SQL-driven web site in just minutes. Topics include: Our Database Design, Creating a Data Source, Inserting A Tip Into Our Database, Displaying and Deleting Tips, Searching the Database, and Displaying the Tips.
Platform(s): n/a Date: Aug, 30 2000
DETAIL
Hits: 513

Add records with sql statments

Rating 0.0 0.0
Learn how to add records with an SQL statement instead of a Recordset. Here are two examples. One will use a query string and the other gets the info from a form. Both examples include an example of a DSN-LESS connection.
Platform(s): n/a Date: Aug, 05 2002
DETAIL
Hits: 489

Search Within Search Results

Rating 0.0 0.0
Want to add value to your current search? Allow your users to search from within search results. As databases grow the necessity for the user to continually narrow a search to the item that they truly want will grow also. The following example utilizes a db on U.S. State capitals. Upon the first search two radio buttons will appear indicating a search (default) or a search within the current results. Searching within the current results will take the first search and add it to the new search and so on.
Platform(s): n/a Date: Aug, 12 2000
DETAIL
Hits: 488

Uploading and Inserting Images (binary data) into Database

Rating 4.5 4.5
This is a step by step tutorial on uploading and inserting binary data (images, files, etc.) into Access Database. Online demo, and sample code available for download.
Platform(s): n/a Date: Apr, 01 2001
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
Amount: 137
Displaying: 81 - 90
Pages: << 1 2 3 4 5 6 7 8 [9] 10 11 12 13 14 >>