C
crbd98
Hello All,
I am porting a ado application to ADO.NET and facing some challenges.
In particular, we have some client side views that need to display
large recordsets in a grid. The approach uses a server side cursor
combined with a predefined cache size that accomodates to allow for
pagination of the results. This was done by using the CursorLocation
and the CacheSize options on the recordset.
How can implement a similar behavior in .NET? My understanding is that
the ADO.NET DataReader is a forward only, server side cursor. The
DataSet is static, client side. I would like to have a fast forward and
server side, cursor with a CacheSize of 100, for example.
Any help or suggestion would be greatly appreciated,
Cheers
CD
I am porting a ado application to ADO.NET and facing some challenges.
In particular, we have some client side views that need to display
large recordsets in a grid. The approach uses a server side cursor
combined with a predefined cache size that accomodates to allow for
pagination of the results. This was done by using the CursorLocation
and the CacheSize options on the recordset.
How can implement a similar behavior in .NET? My understanding is that
the ADO.NET DataReader is a forward only, server side cursor. The
DataSet is static, client side. I would like to have a fast forward and
server side, cursor with a CacheSize of 100, for example.
Any help or suggestion would be greatly appreciated,
Cheers
CD