Page 1 of 1

Ora unit in BPL. Class TCursorField already exists error message

Posted: Fri 18 Mar 2005 15:35
by Guest
I tried using the ora components in a BPL.

But, when i try to load the BPL, i get an error message A class named TCursorField already exists

I looked for this class name and it belongs to the ORA unit.

Posted: Mon 21 Mar 2005 09:24
by Paul
You cannot load your BPL simultaneously with odac.bpl. To do this you must
compile your BPL with odac.dcp in Requires section.