DATA type not supported in direct mode
Posted: 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
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