Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_beginners thread: A very Subtle ASP Topis


Message #1 by Terrence Joubert <Terrence@v...> on Thu, 28 Jun 2001 21:04:05 +0400
Hi,

 

I am developing an ASP app. At the time of updating the database, I want my

forms to submit their data to a 

'save.asp' file on the server. This file should be sophisticated enough to

handle all forms updating all tables.

It should do the following:

 

1.	Count how many input items the submitted form contains.

2.	Read the data value of every one of these input item

3.	Read the mode(Add, Edit, Delete) that the form is being saved in,

the mode is specified when the form is created.

4.	Build a query (Insert, Update, Delete) to submit to a stored

procedure

5.	Call a stored procedure passing this query string as a parameter.

6.	The Stored Procedure updates the database

 

I found a way to implement points 3, 4, and , and 6. Is there anyone with an

idea about the other steps can be done ? 

 

Terrence J. Joubert

Software Engineer 

VCS 

Finally, brothers, whatever is true, whatever is noble, whatever is right,

whatever is pure, whatever is lovely, whatever is admirable--if anything is

excellent or praiseworthy--think about such things. Philippians 4:8

 




  Return to Index