Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Seeking DataSet
Message
 
To
13/02/2003 21:27:06
General information
Forum:
ASP.NET
Category:
ADO.NET
Title:
Miscellaneous
Thread ID:
00749790
Message ID:
00753061
Views:
22
Wait a menet Bonnie, I think I have to stop here and invite you for a cup of tee :-)

How is that.... ?
ADO.NET works as disconnected dataset, & if I need to do what you are saying then,
I have to send the first 100 rows for example to the dataset in the first time and when the user reaches the row 100 and he still clicking "Next" button I have to clear my current dataset and go back to database and get the next 100 rows and so on ... is this what you mean ??



>Ahmad,
>
>If you're not displaying the data in a grid or something similar, then you don't need to get all the rows. The user can still do the Next/Back thing ... you just have to go back to the server and grab the correct data each time. Client/Server applications have always had to use this type of paradigm. You're just not used to it. <g>
>
>~~Bonnie
>
>
>>Bonnie,
>>
>>The current number of rows I have now is 65,000 + somthing !!!.
>>
>>And in this case the user will loss the feature of moving "Next" & "Back" in the dataset, and replace it with the SELECT statment to point directly to the wanted row.
>>
>>But, my point is... in old languages and even VB6, they had SEEK method to search for any indexed column, and FIND method for not indexed columns, in .NET I don't see any advandate in keeping only .FIND method and limit it to work only with PK!!
<><><><><><><><><><><><><><><><><><><><>
<><> REMEMBER,,,,KNOWLEDGE IS POWER <><>
<><><><><><><><><><><><><><><><><><><><>
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform