Hi Guys
Im getting an error "Server failed to resume the transaction, desc:  3300000003." on the ANDROID app (firemonkey; delphi seattle; sdac 7.3.12) when posting a transaction  in a method for  sql server  2012 and 2014
(no error for  msde2000 and no error in win32 firemonkey however.)
btnSaveClick:
TRY
  conn.starttransaction  //conn is a TMSConnection connection with Tmsquery datasets
  for i = 1 to x do
  begin
    if dataset.locate(??) then :   dataset.edit;  ... populate fields .... dataset.post;  else Message; 
    conn.execsql('some update statement')   
  end
  conn.commit
EXCEPT
  conn.rollback
END
			
									
									
						Server failed to resume the transaction, desc: 3300000003.
- 
				[email protected]
- Posts: 10
- Joined: Wed 20 Apr 2016 21:12
Re: Server failed to resume the transaction, desc: 3300000003.
hello,
Thank you for the sample. We have reproduce the issue and will investigate the reasons for such behavior.
			
									
									
						Thank you for the sample. We have reproduce the issue and will investigate the reasons for such behavior.