UNIDAC can not support BFILE datatype

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
daizhicun
Posts: 109
Joined: Thu 21 Jan 2010 11:49

UNIDAC can not support BFILE datatype

Post by daizhicun » Sun 05 Sep 2010 12:18

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;

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Post by AlexP » Mon 06 Sep 2010 12:09

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.

Post Reply