I built a datagrid on an asp page. I used an oleDbAdapter and a dataset to bind the data. In page load I put in OleDbDataAdapter1.Fill(Dataset21)
DataGrid1.Databind
When I run the application to a localhost I get the following error on the line that has OleDbDataAdapter1.Fill(Dataset21) Cannot open file. File already in use or you need permission to view its data. I checked the Access table and it is not a read only file. Any clues here?
DataGrid1.Databind
When I run the application to a localhost I get the following error on the line that has OleDbDataAdapter1.Fill(Dataset21) Cannot open file. File already in use or you need permission to view its data. I checked the Access table and it is not a read only file. Any clues here?