Hi,
I am using
dotConnect for Oracle 5.25 Professional Trial and
Ora_developerTools2.55forVisual_studio2008
as per stated in product features
All Oracle data types support
I tried to use it with following table in Entity Framework
Name Null? Type
----------------------------------------- -------- ----------------------------
EMPID NOT NULL VARCHAR2(30)
EMPDETAILS CLOB
EMPIMAGE BLOB
EMPRESUME NCLOB
DOC LONG RAW
JOININGDATE TIMESTAMP(6)
EMPIMAGEBFILE BINARY FILE LOB
IMG ORDIMAGE
while populating entity from Oracle database we are getting warning message as
The data type "BFILE" is not supported
also getting same for ORDIMAGE
and those EMPIMAGEBFILE, IMG fields not populating into the Entity Class.
(Oracle Database 10g Enterprise Edition Release 10.1.0.2.0)
Is it a bug??
Please let me know dotconnect for oracle is supporting for BFILE as well as ORDIMAGE datatypes or not?
Thanks,
Abhinay.
[/img]
Supporting issue for Oracle Data Types (BFILE, ORDIMAGE)
-
abhinay_agrawal
- Posts: 9
- Joined: Wed 07 Oct 2009 14:09