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

Cannot Use Save Transaction within a distributed transaction

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
I have a Data componenet which deletes a record from the database and this method is called by the business component
both have setcomplete and setabort

Thre data componenet has another method which uses a disconnected recordset to update the database by batchupdate.

but the method which is supposed to delete the record through a simple delete sql gives an error"CANNOT USE SAVE TRANSACTION WITHIN A DISTRIBUTED TRANSACTION"

Any help will be highly appreciated.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top