jCay.com

last scripts

popular scripts

top rated

search
 
search:

Advertisment

Database-related

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

SQL: Sum, Average, Max, Min, Count, Detail

Rating 3.5 3.5
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(s): n/a Date: Apr, 20 2001
DETAIL
Hits: 87

Executing Transact-SQL INSERT statement

Rating 4.0 4.0
In this example, we will add some records to a database. This source code helps us to adding records to database without slowing down database.
Platform(s): n/a Date: Dec, 18 2003
DETAIL
Hits: 65

Executing Transact-SQL UPDATE statement

Rating 0.0 0.0
In this example, we will edit some records from a database. This source code helps us to edit records to database without slowing down database
Platform(s): n/a Date: Dec, 18 2003
DETAIL
Hits: 56

Convert to Comma-Delimited File

Rating 5.0 5.0
This page demonstrates the capabilities how to write an ASCII comma-delimited file from a SQL statement using ASP.
Platform(s): n/a Date: Aug, 27 2003
DETAIL
Hits: 51

Using GetRows To Get All Records From Table

Rating 3.0 3.0
Following example, extracts all of the records in a database table and stores into a 2-dimensional array. This gives you an advantages to modify and work on data.
Platform(s): n/a Date: Apr, 10 2004
DETAIL
Hits: 44

Counting Records In A Database Table

Rating 5.0 5.0
We can count records in a table with these a few lines of codes. First we must send an SQL statement to database engine. Count of records will be first value of resultset.
Platform(s): n/a Date: Dec, 18 2003
DETAIL
Hits: 42

Filling Data into Select List

Rating 3.5 3.5
In this short ASP source code, we will pull some data from a database and fill it into a select list. We will create a custom and dynamic output.
Freeware Platform(s): Windows Date: Mar, 22 2006
DETAIL
Hits: 42

Filling Data into Select List

Rating 3.5 3.5
In this short ASP source code, we will pull some data from a database and fill it into a select list. We will create a custom and dynamic output.
Commercial Platform(s): Windows Date: Mar, 22 2006
DETAIL
Hits: 40

Custom Paging in ASP

Rating 3.5 3.5
This source code displays results dividing to pages. Code provides Next Previous page links with numeric page numbers. You may modify source code to use with MS SQL or MS Access database. For this example, we have used MS SQL Server using sample database Northwind.
Platform(s): n/a Date: Nov, 12 2003
DETAIL
Hits: 40

Two Table Join

Rating 0.0 0.0
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: 1 - 10
Pages: [1] 2 3 4 5 6 7 8 9 10 11 12 13 14 >>