I am attempting to create a VB program that takes a xls file with two columns and uses that information and creates a new record in a database. I am using the OpenFileDialog get the file. How would I have it go row by row in the xls file and use an insert into statement?
↧