Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Updating multiple rows

Status
Not open for further replies.

cre108

MIS
Apr 9, 2001
1
0
0
US
From my web app, I need to write changes back for ten rows at a time. Right now, I am running my single row update procedure 10x. I would like to populate some sort of array or recordset and pass that to my procedure as a parameter and then update them all at once. Any Ideas?
 
I did this with a file.sql and called it as STA "c:\file.sql"; In the file i had a total of 100 update statements. Hope it helps.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top