oracle field types

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
alexs
Posts: 1
Joined: Wed 20 Feb 2008 01:26

oracle field types

Post by alexs » Thu 21 Feb 2008 00:08

Hi,

do the odac components support the sys.httpuritype filed type?

If so, which version?

I'm using 5.80.0.36 NET edition and it does not seem to. The error is 'This field type is not supported'.


Thanks

Alex

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Thu 21 Feb 2008 10:24

ODAC support this type but only if you connect in OCI mode. In Direct mode (with Net option set to True) object types are not supported.

Post Reply