Namcit99 0 Posted Thursday at 06:01 AM (edited) Firedac in embarcadero rad studio 12.3 in trial version get issues specific delphi 12.3.Tfdstoreproc and tfdquery don't work well with connection oracle. Run without error but tfdquery show old data after execution tfdstoreproc Edited Thursday at 06:12 AM by Namcit99 Share this post Link to post
bnreimer42 0 Posted Thursday at 07:52 AM Sounds like bad or missin transaction handling. Do both use the same transaction? If not do you commit after StoreProc and restart transaction of query? Share this post Link to post
Namcit99 0 Posted Thursday at 08:14 AM (edited) 20 minutes ago, bnreimer42 said: Sounds like bad or missin transaction handling. Do both use the same transaction? If not do you commit after StoreProc and restart transaction of query? Those codes in click button, from up to down in the same place, i reopen tfdquery, but data not changed, tfdstoreproc.execproc run without error. In storeprocedure i use commit command in oracle Edited Thursday at 08:21 AM by Namcit99 Share this post Link to post