Page 1 of 1

UNIDAC can not support BFILE datatype

Posted: Sun 05 Sep 2010 12:18
by daizhicun
for example:

create a tale :

CREATE TABLE test
( test BFILE)

then :
select test from test

it will show :Data type is not supported


I find the error come from :

MemDS.pas:
procedure CreateObjectFields(ObjType: TObjectType; Parent: TFieldDef);
....

I test it at Toad and Pl/SQL developer ,they all can execute it;

Posted: Mon 06 Sep 2010 12:09
by AlexP
Hello,

The Oracle types like BFILE, OBJECT, XML are not supported in UniDAC.
See the Data Types topic in the UniDAC help for more information.