[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Mark

8/9/2002 5:41:00 PM

I want to use scrollable cursors in .NET odbc is this
supported? If so, how can I do this?
1 Answer

Bob Beauchemin

8/9/2002 6:13:00 PM

0

Scrollable cursors are not specifically supported in the APIs for ADO.NET.
You'd have to submit the appropriate commands (like sp_cursor_fetch)
individually to use them from the Command object, or use ADO (classic)
through COM interop.

Bob Beauchemin
http://staff.develo...

"Mark" <mmarkarian@bear.com> wrote in message
news:037001c23fbb$365eec60$9ee62ecf@tkmsftngxa05...
> I want to use scrollable cursors in .NET odbc is this
> supported? If so, how can I do this?