What I want to do is load two tables from MS Access into VB.NET and modify the data they contain with SQL statements
I have managed to copy the two tables into a dataset, but now I am stuck on how to run SQL commands on them
Someone did say that if your data is in a dataset you cannot use SQL statements, I don't know if that's true but any tips or suggestions would be appreciated
I have managed to copy the two tables into a dataset, but now I am stuck on how to run SQL commands on them
Someone did say that if your data is in a dataset you cannot use SQL statements, I don't know if that's true but any tips or suggestions would be appreciated