\r\n
\r\n \r\n I have developed an Application in VB 6.0 that updates records in an Access Database from an excel spreadsheet. I am developing a similiar application in VB.NET. In 6.0 the code was like the following:
\r\n
\r\nrst.fields("somefield") = excel.cells(1,1)
\r\n
\r\nMy question is since VB.NET no longer uses a recordset instead it uses a data set what would be the correct syntax to get to update the records.
\r\n
\r\nAny help with this question would be greatly appreciated.\r\n
\r\n
\r\n \r\n