V
Victor H. Passador
Hi !
At first, sorry by my bad english ...
I need to develop a windows form app. This application must be as agnostic
(in database terms) as possible.
The application must run against SQL Server 2000, Oracle and/or DB2.
I need to implement some kind of paging due to that several queries may
returns a great quantity of data.
I've heard that SqlExecutePageReader() method doesn't comes with the release
of ADO.NET 2.0.
Is that true ?
Would somebody advice me with the best method to achieve this "paging" with
ADO.NET 2.0 ?
Thanks in advance.
Best Regards
Victor
At first, sorry by my bad english ...
I need to develop a windows form app. This application must be as agnostic
(in database terms) as possible.
The application must run against SQL Server 2000, Oracle and/or DB2.
I need to implement some kind of paging due to that several queries may
returns a great quantity of data.
I've heard that SqlExecutePageReader() method doesn't comes with the release
of ADO.NET 2.0.
Is that true ?
Would somebody advice me with the best method to achieve this "paging" with
ADO.NET 2.0 ?
Thanks in advance.
Best Regards
Victor