Hello again,

Thak you so much for helping me with my previous issue. Now I have one last hurdle before seeing some output. I am trying to access info from a Microsoft Access db. I am using Jet 4.0 in the ODBC driver. When I run my code, I get this error message:

The Microsoft Jet database engine cannot open the file 'C:\Inetpub\wwwroot\campus.mdb'. It is already opened exclusively by another user, or you need permission to view its data.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Data.OleDb.OleDbException: The Microsoft Jet database engine cannot open the file 'C:\Inetpub\wwwroot\campus.mdb'. It is already opened exclusively by another user, or you need permission to view its data.
Line 15: public void FillDataSet(myDataSet dSet)
Line 16: {
Line 17: oleDbDataAdapter1.Fill(dSet);
Line 18: }
Line 19:


Source File: c:\inetpub\wwwroot\aspcontrol\component1.cs Line: 17



Any ideas?

Thanx again
Danielle