Using Oracle cursors with UniDirect

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for universal data access
Post Reply
Sergius

Using Oracle cursors with UniDirect

Post by Sergius » Tue 23 Aug 2005 05:25

It's possible to use Oracle cursors with UniDirect provider?

Oleg
Devart Team
Posts: 264
Joined: Thu 28 Oct 2004 13:56

Post by Oleg » Wed 31 Aug 2005 08:24

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.

Post Reply