jCay.org

last scripts

popular scripts

top rated

search
 
search:

Advertisment

Database-related

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

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

Faster Singleton Queries with ADO

Rating 0.0 0.0
It is very common operation to request one field of information via a database query. This is called a singleton query. ADO.Net has specific functions for singleton queries, but not ADO (ActiveX Data Objects). This article describes how to use an ADO command object to perform faster singleton queries.
Platform(s): Windows Date: Oct, 20 2006
DETAIL
Hits: 574

Fastest way of Database Access : Caching Records in Memory

Rating 0.0 0.0
A step by step tutorial on caching data in memory. This tutorial goes one step further from simply caching data in memory to allow you to set a time limit in seconds after which it refreshes the data in memory. Extremely useful technique. Online demo available.
Platform(s): n/a Date: Aug, 08 2001
DETAIL
Hits: 527

File DSNs - Use and Reuse

Rating 0.0 0.0
Many a time, you are confronted with creating a system DSN for use with ASP. If you have an ISP account, this might take time and more than sometimes - money. This article describes how to use File DSNs and save time and money. Also, you can reuse these DSNs and thus, with some modifications, use the same DSN for as many database connections.
Platform(s): n/a Date: Jan, 25 2000
DETAIL
Hits: 2683

Filling Data into Select List

Rating 4.0 4.0
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.
Platform(s): Windows Date: Mar, 22 2006
DETAIL
Hits: 924

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

Fun With Stored Procedures...

Rating 1.0 1.0
This is a brief and very useful tutorial on creating and using stored procedures with your asp applications. A stored procedure is nothing more than an sql statement stored inside a database. The database can be SQL Server or MS Access as well as others. A stored procedure is compiled by your database (for the most part) one time, when it is entered. This results in faster database executions and overall performance updates, and it further separates the sql statement from your asp leaving you with more readable code. This tutorial describes: What is a stored procedure?, Writing stored procedures, Getting the stored procedure into the database, Calling stored procedures in ASP pages, and Modifying and removing stored procedures.
Platform(s): n/a Date: Aug, 13 2000
DETAIL
Hits: 542

Generating random records from the Database

Rating 0.0 0.0
This article shows how to generate random records from the database. Also explains how to generate random numbers. Sample Database and Code available for download.
Platform(s): n/a Date: Aug, 30 2000
DETAIL
Hits: 743

Get image from database

Rating 0.0 0.0
Learn how to get a stored image from a database and display it on a page.
Platform(s): Windows Date: Jan, 03 2006
DETAIL
Hits: 337

Get the ID of the record entered

Rating 0.0 0.0
How do I get the Unique ID or Auto ID of the record I just entered? The solution is really quite simple.
Platform(s): n/a Date: Dec, 10 2002
DETAIL
Amount: 137
Displaying: 61 - 70
Pages: << 1 2 3 4 5 6 [7] 8 9 10 11 12 13 14 >>