DataAdaptor.Fill startRecord
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Hi. i have been wondering for a while, is there any option to retrieve rows from a SQL Server with a startRecord e.g. select top 20 records from position 25, Without any WHERE conditions (without WHERE ID > 25).. Please advice. Thanks
-
Hi. i have been wondering for a while, is there any option to retrieve rows from a SQL Server with a startRecord e.g. select top 20 records from position 25, Without any WHERE conditions (without WHERE ID > 25).. Please advice. Thanks
I think there a one way to do this Retrive all data columns and fill it into dataset and loop it.
try and try untill reach success..