DATA type not supported in direct mode

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
delphi7
Posts: 15
Joined: Wed 12 Mar 2014 12:28

DATA type not supported in direct mode

Post by delphi7 » Sun 22 Feb 2015 07:35

Hello Alex,
using Direc mode

here an example:

Oraquery.Close;
Oraquery.sql.text='select 1 ,cursor(select 2 from dual union select 3 from dual) from dual';
Oraquery.Open;

bug:DATA type not supported

thanks

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

Re: DATA type not supported in direct mode

Post by AlexP » Mon 23 Feb 2015 06:06

Hello,

We have already added this functionality, it will be available in the next ODAC version.

Post Reply