|
Hits: 17
Fun With Stored Procedures...
 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
Author: http://www.aspemporium.com/aspEmporium/tutorials/StoredProcedures.asp
Ratings
Number of Ratings: 1 Votes
| 5 |
|
| 0% |
| 4 |
| 0%
|
| 3 |
| 0%
|
| 2 |
| 0%
|
| 1 |
| 100%
|
|
|
Others Scripts
ASP/Scripts and Components/Organizers
ASP/Scripts and Components/Mailing List Managers
ASP/Scripts and Components/Ad Management
ASP/Scripts and Components/User Authentication
ASP/Scripts and Components/Polls and Voting
ASP/Scripts and Components/News Publishing
ASP/Scripts and Components/Miscellaneous
ASP/Scripts and Components/File Manipulation/File Management
ASP/Scripts and Components/E-Commerce/Online Catalogs
ASP/Tips and Tutorials/Database-related
ASP/Tips and Tutorials/Content Management
ASP/Scripts and Components/Security Systems
ASP/Scripts and Components/Image Manipulation/Slide Shows
ASP/Scripts and Components/E-Commerce/Credit Card Processing
ASP/Scripts and Components/Searching/Database Search
ASP/Scripts and Components/Searching/Site Search
ASP/Tips and Tutorials/Database-related
ASP/Scripts and Components/Tests and Quizzes
ASP/Scripts and Components/Miscellaneous
ASP/Scripts and Components/Games and Entertainment
ASP/Tips and Tutorials/Development
ASP/Scripts and Components/File Manipulation/Upload Systems
ASP/Tips and Tutorials/File Manipulation
ASP/Scripts and Components/Content Management
ASP/Tips and Tutorials/Development
ASP/Scripts and Components/Security Systems
|