|
|
|
|
|
Total Hits: 5606 | Today: 0 |
Author: Benny Alexander
|
Rating:
|
|

The article is indented towards ASP and VB Programmers who always write hard core SQL statements inside their coding to communicate with database.Its time to learn and switch over into Stored Procedures....
|
|
|
|
Total Hits: 1807 | Today: 0 |
Author: ATM
|
Rating:
|
|

Here is HOWTO call access' select,insert,update and delete queries from asp....
|
|
|
|
Total Hits: 3853 | Today: 0 |
|
Rating:
|
|

This tutorial discusses how to use stored procedures to execute non-SELECT SQL statements, and how to use the ADO Command Object to execute stored procedures through an ASP page....
|
|
|
|
Total Hits: 2919 | Today: 0 |
|
Rating:
|
|

Describes how to write stored procedures using SQL Server. Using stored procedures have a number of benefits, from performance gainsin the data queries to providing a layer of encapsulation between your database and ASP pages....
|
|
|
|
Total Hits: 708 | Today: 0 |
|
Rating:
|
|

In this tutorial we are going to talk about yet another powerful feature of database programming, Stored Queries....
|
|
|
|
Total Hits: 2118 | Today: 0 |
|
Rating:
|
|

Consider this stored procedures 101... A brief and very useful tutorial on creating and using stored procedures with your asp applications....
|
|
|
|
Total Hits: 1436 | Today: 0 |
|
Rating:
|
|

In this article, I will step through some INSERT, UPDATE and DELETE stored procedures, from the ground up. We will explore a few speed bumps that I have experienced, and which you will most likely experience also....
|
|
|
|
Total Hits: 640 | Today: 0 |
|
Rating:
|
|

The command object has the power to change the query each time it is used. This example demonstrates how to use the ADO command object with these stored procedure....
|
|
|
|
Total Hits: 2667 | Today: 0 |
Author: David Nishimoto
|
Rating:
|
|

You can design stored procedures to hide such complexities, leaving a more concise interface available for application development.The code below demonstrates how to use the ADO command object with these stored procedure. First, create the command object and connect the connection object to the command object....
|
|
|
|
Total Hits: 6221 | Today: 0 |
|
Rating:
|
|

This article demonstrates three methods of calling a stored procedure from Active Server Pages using ActiveX Data Objects (ADO)....
|
|
|
|
Total Hits: 2120 | Today: 0 |
Author: Chris Garrett
|
Rating:
|
|

Part 2 of Transact SQL Stored Procedures Tutorial...
|
|
|
|
Total Hits: 5522 | Today: 0 |
|
Rating:
|
|

ADO provides a range of ways to call parameterised stored procedures. Understanding these various methods will help you to troubleshoot misbehaving procs, optimise performance and cut down the amount of code you need to write (but sadly, not all at onc...
|
|
|
|
Total Hits: 4965 | Today: 0 |
|
Rating:
|
|

This demo It's called ReturnValue.asp and shows you how to execute a stored procedure that has input params, output params, a returned recordset and a return value....
|
|
|
|
Total Hits: 5703 | Today: 0 |
|
Rating:
|
|

Explains everything in detail you''ll ever need to konw about creating Stored Procedures in Access Database and then calling from within ASP. Select, Update, Insert and Delete Stored Procedures are described. Sample code and database available for download....
|
|
|
|
Total Hits: 298 | Today: 0 |
Author: Steven Smith
|
Rating:
|
|

This article covers simply HOW to use stored procedures with ADO. WHY you should do so is covered in another article, but suffice to say that you should. SQL code in your ASP page is BAD. Remember that and you'll do fine. Now let's look at some code....
|
|
|
|
Total Hits: 192 | Today: 0 |
Author: Himanshu Khatri
|
Rating:
|
|

Stored procedures can offer performance gains when used instead of regular queries. This article will start with the basics and give you the complete overview on stored procedures and how to use them. Have you ever thought what happens when your queries get to the database?. They are actually compiled each time you query and then executed, but this is not the ideal approach. A much better option would be to have the database server compile the query, store it in a compiled format and run it on r...
|
|
|
|
Total Hits: 2936 | Today: 0 |
Author: Chris Hembrow
|
Rating:
|
|

Stored procedures are compiled SQL applications which run significantly faster than a standard query. This information describes the process of running queries built into a MS Access database, to replicate the functionality of a stored procedure....
|
|
|
|
Total Hits: 1088 | Today: 0 |
Author: Abstractvb
|
Rating:
|
|

Just drop this code on a new ASP page, change the connection string and run it. It will create a new stored procedure called CountProducts that will count the number of Products in the table called Products....
|
|
|
|
Total Hits: 787 | Today: 0 |
Author: Jeff Anderson
|
Rating:
|
|

A beginners guide to setting up a stored procedure in SQL server and calling it from an ASP page....
|
|
|
|
Total Hits: 2233 | Today: 0 |
|
Rating:
|
|

Discusses passing multiple parameters to a stored procedure, returning a recordset and writing data to an ASP page. This technique helps increase performance of your ASP page. Live demo and downloadable code....
|
|
|
|
|
|
|