Hi,
I;m a newbie trying to get through some examples in VS2003. I'm trying
to open a small Access database using ADO.NET in an ASP.NET app usinig
an oleDBConnection . I get the following error when openning the
database:
The Microsoft Jet database engine cannot open the file
'C:\Inetpub\www root\Meeting1\M eeting1.mdb'. It is already opened
exclusively by another user, or you need permission to view its data.
The file is not opened or locked by anoyone else as far as I can tell.
This also happens when I'm running outside of the IDE with VS shut
down.
Can I get a little help on this please?
TIA.
Curt
I;m a newbie trying to get through some examples in VS2003. I'm trying
to open a small Access database using ADO.NET in an ASP.NET app usinig
an oleDBConnection . I get the following error when openning the
database:
The Microsoft Jet database engine cannot open the file
'C:\Inetpub\www root\Meeting1\M eeting1.mdb'. It is already opened
exclusively by another user, or you need permission to view its data.
The file is not opened or locked by anoyone else as far as I can tell.
This also happens when I'm running outside of the IDE with VS shut
down.
Can I get a little help on this please?
TIA.
Curt
Comment