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.
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.