Hi ,
I wanted to know about the CursorType property to specify the type of cursor that should be used when opening the Recordset object.
Like in
VB there are four cursor types, three of which are supported under Connector/ODBC:
adOpenStatic (Client-Side)
adOpenForwardOnly (Server-Side)
adOpenDynamic (Server-Side)
Is thr anything similar in dotnet also.