Transactions: How to make them work with FireDAC and mySQL?

后端 未结 0 573
独厮守ぢ
独厮守ぢ 2021-01-13 05:22

In the past I have successfully implemented transactions with FireDAC and MSSQL as follows:

  Con.StartTransaction;
  try

    //Insert database code here...
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题