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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

simple stored procedure concept questions

Status
Not open for further replies.

rtgordon

Programmer
Jan 17, 2001
104
US
I have read some elementary stored procedure tutorials, and I am looking at using stored procedures with ASP, and I still have a few fundamental questions regarding stored procedures.

regarding committing and rolling back, if one of the queries fails between a BEGIN and an END, does the entire stored procedure fail? I am assuming it does, but have not found anything supporting this.

Also, how do I do client validation (ASP) to determine whether the stored procedure failed or succeeded?

Thanks,
gordon

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top