Articles   Dev Forums   Personalize   Favorites   Member Login   ASP Hosting      Active Users:  151
DevASP - ASP and XML Articles, Samples, Toturials, Sample Chapters and resources for Developers Wednesday, May 14, 2008
Home
Articles & Samples
ASP Hosting
Dev Search
Dev Forum
Add Your Articles
Add a Listing
Sample Chapters
Directory Feed
Link to US
Contact

Search Directory
Applications
Articles & Samples
Components
Community
Database
Developer Sites
Downloads
Hosting Services
Introduction
Knowledge Base
Sample Chapters
WebCasts

Trusted by over 7 million customers!
ASP Directory
Applications
Articles & Samples
Components
Developer Sites
Knowledge Base
Sample Chapters
WebCasts
XML Directory
Applications
Articles & Samples
Developer Sites
Error, Bugs & Fixes
Downloads
Introduction
Knowledge Base
Sample Chapters
WebCasts

FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home > Search > Database > Stored Procedures
Search
DevASP

What's New
What's Hot

A to Z of Stored Procedures       
Total Hits: 5606  |  Today: 0 Author: Benny Alexander       Rating:  
Read Reviews | Write Review |              Your 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....

Access' queries like stored procedures       
Total Hits: 1807  |  Today: 0 Author: ATM       Rating:  
Read Reviews | Write Review |              Your Rating: 

Here is HOWTO call access' select,insert,update and delete queries from asp....

Writing a Stored Procedure 2       
Total Hits: 3853  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your 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....

Writing A Stored Procedure       
Total Hits: 2919  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your 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....

Running Stored Queries In Access Database       
Total Hits: 708  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

In this tutorial we are going to talk about yet another powerful feature of database programming, Stored Queries....

Fun With Stored Procedures       
Total Hits: 2118  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

Consider this stored procedures 101... A brief and very useful tutorial on creating and using stored procedures with your asp applications....

About Stored Procedures       
Total Hits: 1436  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your 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....

ADO Command And Stored Procedures - Introduction       
Total Hits: 640  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your 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....

ADO Command and Stored Procedures       
Total Hits: 2667  |  Today: 0 Author: David Nishimoto       Rating:  
Read Reviews | Write Review |              Your 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....

HOWTO: Call SQL Server Stored Procedures from ASP       
Total Hits: 6221  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article demonstrates three methods of calling a stored procedure from Active Server Pages using ActiveX Data Objects (ADO)....

Stored Procedures Quickstart 2       
Total Hits: 2120  |  Today: 0 Author: Chris Garrett       Rating:  
Read Reviews | Write Review |              Your Rating: 

Part 2 of Transact SQL Stored Procedures Tutorial...

Calling Parameterised Stored Procedures with ADO       
Total Hits: 5522  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your 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...

Return Values how-to Execute a Stored Proc's       
Total Hits: 4965  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your 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....

Running Stored Procedures in Access Database       
Total Hits: 5703  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your 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....

ADO Stored Procedures       
Total Hits: 298  |  Today: 0 Author: Steven Smith       Rating:  
Read Reviews | Write Review |              Your 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....

Everything you wanted to know about Stored Procedures       
Total Hits: 192  |  Today: 0 Author: Himanshu Khatri       Rating:  
Read Reviews | Write Review |              Your 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...

MS Access Stored Procedure       
Total Hits: 2936  |  Today: 0 Author: Chris Hembrow       Rating:  
Read Reviews | Write Review |              Your 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....

Create a Stored Procedure using ASP.       
Total Hits: 1088  |  Today: 0 Author: Abstractvb       Rating:  
Read Reviews | Write Review |              Your 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....

Create an ASP SQL Stored Procedure       
Total Hits: 787  |  Today: 0 Author: Jeff Anderson       Rating:  
Read Reviews | Write Review |              Your Rating: 

A beginners guide to setting up a stored procedure in SQL server and calling it from an ASP page....

Passing Parameters To Procedures       
Total Hits: 2233  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your 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....


1  2  3  Next >> 


DevASP - Privacy - Disclaimer
Copyright © 2008 DevASP.com