Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Lookup into a dataset
Message
From
24/07/2008 13:46:09
 
General information
Forum:
ASP.NET
Category:
Databases
Environment versions
Environment:
VB 8.0
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01324624
Message ID:
01333833
Views:
9
>I have used the Select method of the DataTable object (for which you need to provide a criteria) in situation like this and it was sometime faster then having to go back to the database.

What I ended up doing for this was to select all my records in one query and then I apply a DataView.RowFilter to look for what I need. The main goal is to avoid going back querying on the live data. There are many ways to do it. For me, for the related needs, I found the DataView.RowFilter to be quite ok.

Thanks
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Reply
Map
View

Click here to load this message in the networking platform