Mega Code Archive

 
Categories / Delphi / ADO Database
 

Error nested transactions not supported

Question: Q. How do I update a live view inside a transaction against Interbase? I always get the error "Nested Transactions not supported". Answer: To update an updateable view you must use an UPDATE SQL command. Otherwise, you cannot update an updateable view inside a transaction.