S
Steve Richter
I would like to step thru an database table one row at a time. Forward
and backward. In a C# .NET program. In general, which .NET class is
used to to this?
I am thinking my prefered approach is to somehow use "DECLARE ...
CURSOR" and "FETCH NEXT", but what do I know. Is it possible to
execute FETCH NEXT in ADO.NET code?
I would use the .NET DataSet concept, but I am not sure if a
DataAdapter and DataSet can page backwards in a table, in the event
that the user wants to page up in a table.
thanks,
-Steve
and backward. In a C# .NET program. In general, which .NET class is
used to to this?
I am thinking my prefered approach is to somehow use "DECLARE ...
CURSOR" and "FETCH NEXT", but what do I know. Is it possible to
execute FETCH NEXT in ADO.NET code?
I would use the .NET DataSet concept, but I am not sure if a
DataAdapter and DataSet can page backwards in a table, in the event
that the user wants to page up in a table.
thanks,
-Steve