Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Server Error In running asp page

Status
Not open for further replies.

vafishing

Programmer
Jul 18, 2001
35
US
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?
 
Make sure the IUSR_COMPUTERNAME user account has write/modify priveledges to that access file.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top