Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
Rita Bhatnagar
Posting Yak Master
172 Posts |
Posted - 2001-05-10 : 11:57:22
|
| I have a form in VB that stores data in four tables. The first table has Identity column.First the data are updated in first table then i am updating other tables one by one.For the other tables i need to save that identity value as a column value.Right now i have four stored procedure.I am opening four recodset and updating them one by one.It works fine for this time.But if update succeds for table 1 but fails for 2,3 or 4 table then i am in trouble.I think i need batch transaction for that.Any body suggest me how can i achieve this in VB. |
|
|
|
|
|