Greetings.
I have a TFDConnection and would like to have two TFDTransactions in my project. TFDConnection is not connected to any Transaction, only the Transactions are connected in Connection. Only TFDQuery is linked in Connection and also in one of the Transactions. After being given an UPDATE with FDQuery and a COMMIT in the Transaction the information is not committed in the database. Now the question: WHY?
Details:
- Bank: FireBird;
- IDE: Delphi XE7;
- Note: Before UPDATE I give a StartTransaction in TFDTransaction and in end, a COMMIT.
Thank you.