Dataset question

lothos12345

Well-known member
Joined
May 2, 2002
Messages
294
Location
Texas
I have filled the Dataset in my VB.NET program with the data from the database. Now I need to maniuplate the data using a loop statement. I want to add information to the dataset from and Excel spreadsheet and then update the database. However the trick is using the loop to keep adding records to the dataset until the first column in Excel contains the word "end". Any help with the programming code would be greatly appreciated.
 
Back
Top