L
Lou
I need to convert a VB6 Disconnected Recordset project to C#.
The VB6 app uses ADO to create a recordset, add fields, add data.
It then Binds to a grid.
The VB6 App uses the client side cursor. When ever I move through the
Recordset
using (MoveNext,MovePrevious,Find) th Grids cursor position mirrors the
recordset
row. I can't seem to duplicate this in C#. I can create a Dataset, add
fields, add data
and use the "Find" method and bind the datagrid BUT the grids cursor doesn't
track.
Also I can't find the Navigate functions in the
Dataset(MoveNext,MovePrevious,EOF,BOF)
I really need those.
is there a "Cursor" in the Dataset?
I am somewhat confused, I'm still thinking in the older ADO world...
Can someone point me in the right direction?
Thanks...
-Lou
The VB6 app uses ADO to create a recordset, add fields, add data.
It then Binds to a grid.
The VB6 App uses the client side cursor. When ever I move through the
Recordset
using (MoveNext,MovePrevious,Find) th Grids cursor position mirrors the
recordset
row. I can't seem to duplicate this in C#. I can create a Dataset, add
fields, add data
and use the "Find" method and bind the datagrid BUT the grids cursor doesn't
track.
Also I can't find the Navigate functions in the
Dataset(MoveNext,MovePrevious,EOF,BOF)
I really need those.
is there a "Cursor" in the Dataset?
I am somewhat confused, I'm still thinking in the older ADO world...
Can someone point me in the right direction?
Thanks...
-Lou