EDN Admin
Well-known member
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
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