Page 1 of 1

ORA-01475 must reparse cursor to change bind variable dataty

Posted: Tue 06 Sep 2011 13:55
by lior
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

Posted: Wed 07 Sep 2011 12:12
by AlexP
Hello,

Please send a small application demonstrating the problem and a script to create and fill tables to alexp*devart*com