Unknown data type assert error
Posted: Fri 22 Aug 2008 08:47
Hi all,
I get an assert error message saying
when I try to open a table that is constructed like this:
Using 4.20.0.8, Oracle client 9.02. Thanks for any help.
miwi
I get an assert error message saying
Code: Select all
Unknown data type (113) (C:\Projects\Mig21\5.0\Test\DbBackendTest\dbexpoda\dbexp.pas, line 2131)
Code: Select all
CREATE OR REPLACE TYPE mytype as object
( ctime interval day to second )
final;
CREATE TABLE TEST
( X mytype );
miwi