Hello,
I connect TOraTables in a master-dtail connections. The Oratables are on a Datamoudule and edit is done inside a form created and destroyed dynamically.
I got ORA-01475 in different places in the code. For example when mastersource.enabled:=True.
I then set AutoPrepare:=True to all the detail TOraTables and now I get that error when the form is recreated again and I try to open the TOraTables or enable the mastersource.
Is there a way to make sure all the TOraTables are unprepared and cleaned from previous ties?
I use Oracle 8.1.7 and ODAC 7.20.0.7 Trial edition for Delphi 7