Page 1 of 1

Using Oracle cursors with UniDirect

Posted: Tue 23 Aug 2005 05:25
by Sergius
It's possible to use Oracle cursors with UniDirect provider?

Posted: Wed 31 Aug 2005 08:24
by Oleg
In case you use UniDirect .NET with OraDirect .NET you can obtain data from Oracle CURSOR using DataAdapter.Fill. However you have to use OraDirect .NET to take advantage of full-featured cursor manipulation with the specific class OracleCursor.