Wrox Programmer Forums
|
Classic ASP Professional For advanced coder questions in ASP 3. NOT for ASP.NET 1.0, 1.1, or 2.0.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Classic ASP Professional section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old January 12th, 2006, 12:51 PM
Authorized User
 
Join Date: Jan 2004
Posts: 30
Thanks: 1
Thanked 0 Times in 0 Posts
Default Stored Procedure That Updates Table

I need to create a store procedure that will update a table. An Classic ASP page is calling and writing the info.
I am not sure how to begin. In Wrox' Professional Active Server Pages 3.0 pages 366 to 369, it shows how to insert but not update.

Do anyone have an example of a stored procedure that updates a table accessed by an ASP page?

 
Old January 22nd, 2006, 01:11 PM
Authorized User
 
Join Date: Jun 2003
Posts: 65
Thanks: 0
Thanked 0 Times in 0 Posts
Default

have a look at how the store procedures works using enteprise manager or google for it.
Insert and update is kind of same, only the second one will require a "where" clause.






Similar Threads
Thread Thread Starter Forum Replies Last Post
Use Temp Table Variable in Stored Procedure rweide SQL Server ASP 2 April 15th, 2011 03:50 PM
Create table/grid from stored procedure bootsy Classic ASP Basics 0 May 22nd, 2008 10:39 AM
Stored Procedure to Local Access Table mmcdonal Access VBA 3 September 21st, 2007 12:00 PM
Add new Table to Stored Procedure pallone SQL Server 2000 2 February 14th, 2007 12:58 PM
Build a table from a Stored Procedure rogue248 SQL Server 2000 2 October 7th, 2004 10:06 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.