jCay.org

last scripts

popular scripts

top rated

search
 
search:

Advertisment

Database-related

DeEnFrSp
Amount: 137
Displaying: 101 - 110
Pages: << 1 2 3 4 5 6 7 8 9 10 [11] 12 13 14 >>
Sort Listings By:
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: 354

Analyzing Duplicate Records

Rating 0.0 0.0
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(s): n/a Date: Oct, 25 2001
DETAIL
Hits: 353

SQL Reserved Words

Rating 0.0 0.0
Many times people will make the mistake of naming a database field with an SQL Reserved word. This is an easy mistake to make. It's hard to remember every single one. Here's a concise listing of SQL Reserved words to help you along.
Platform(s): n/a Date: Jun, 17 2002
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
Hits: 337

Delete records with sql statements

Rating 0.0 0.0
Learn how to delete records with an SQL 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: 334

Edit records with sql statements

Rating 0.0 0.0
Learn how to edit 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: 331

ADO, SQL, and data access tutorial

Rating 0.0 0.0
This is an introductory tutorial on ASP data access. It covers Connection Object, Command Object, and Recordset Object.
Platform(s): n/a Date: May, 18 2000
DETAIL
Hits: 331

Querying an Access database in ASP

Rating 0.0 0.0
Active Server Pages allow us an easy means of querying and updating a database from a webpage. This article describes the basics of using this technique in a nutshell. The examples given here utilize a Microsoft Access database, but the principles elucidated apply equally well to ASP integration with other databaes.
Platform(s): n/a Date: Jan, 25 2000
DETAIL
Hits: 327

Insert Using SQL

Rating 0.0 0.0
This short tutorial demonstrates how to insert data into a SQL database using SQL statements.
Platform(s): n/a Date: Oct, 13 2000
DETAIL
Hits: 318

Interrogating a Stored Procedure with ADO

Rating 1.0 1.0
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(s): n/a Date: Jul, 19 2001
DETAIL
Amount: 137
Displaying: 101 - 110
Pages: << 1 2 3 4 5 6 7 8 9 10 [11] 12 13 14 >>