Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to replace VFP cursors
Message
From
05/08/2011 18:29:34
 
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
VB 8.0
OS:
Vista
Network:
Windows XP
Database:
Jet/Access Engine
Application:
Desktop
Miscellaneous
Thread ID:
01520206
Message ID:
01520266
Views:
57
Likes (1)
>My Backend is MS Access; I don't think linq is an option.

Once you've read in the data, the data source doesn't matter.

Linq to Objects will work with any IEnumerable T based information sources which include arrays, collections, lists of objects etc.

http://msdn.microsoft.com/en-us/library/bb397919.aspx

and Linq to DataSet should work with any cached ADO.Net data.

http://msdn.microsoft.com/en-us/library/bb386977.aspx

This basically is your replacement for cursors in .NET, the only reason I can think of for not using Linq is if you want to do the work on the back end.
Previous
Reply
Map
View

Click here to load this message in the networking platform