What is the fastest way to find and change some recordes from a large table in VB.Net

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
Hi
I have large table in SQL and i am using VB.Net to work with my data.
In my VB.Net application I need to find and change some records from my large table. I can do this with loops, linq, DataTable and finally Update method in VB.net but this way is very very slow.
Please help to to do this quickly.

View the full article
 
Back
Top