EAssertion Failed Error
Posted: Tue 20 Sep 2005 21:03
Using Latest version of ODAC ( with latest patch from 02-sep) with Borland delphi 2005.
One of the tables have 3 fields with varchar2(4000). We are using this as memo field with ODAC in application. We are updating Rich Text formatted text on this fields. Each of these fields have an update trigger which creates update/insert/sql statements on a trans_out table. If we use these fields as ftMEmo, then update statements get truncated after rich text field i.e it misses where clause.
We changed to ftFmtMemo and it works fine on first field, then it gives error
"Project xxxx raised exception class EAssertion Failed with Message 'Unknown Data type (D:\Projects\Delphi\ODAC\Source\OraClasses.pas , line 2700)
Any help to use ftFmtMemo field type without error will be highly appreciated.
Thanks
One of the tables have 3 fields with varchar2(4000). We are using this as memo field with ODAC in application. We are updating Rich Text formatted text on this fields. Each of these fields have an update trigger which creates update/insert/sql statements on a trans_out table. If we use these fields as ftMEmo, then update statements get truncated after rich text field i.e it misses where clause.
We changed to ftFmtMemo and it works fine on first field, then it gives error
"Project xxxx raised exception class EAssertion Failed with Message 'Unknown Data type (D:\Projects\Delphi\ODAC\Source\OraClasses.pas , line 2700)
Any help to use ftFmtMemo field type without error will be highly appreciated.
Thanks