I have an asp.net application on a server. I am referring to the database which lives on the "d:" drive on that particular server, so I thought I would refer to it as such in a connection string like this:
AcString = "provider = microsoft.jet.oledb.4.0; data source=d:\databases\Personnel\Substitute\substituteFE.mdb"
It tells me that the database is not there, or it is being accessed by somebody else. Nobody else is using it except me. How do I fix this problem? Is this related to how I set up security on the application? Any tips would be appreciated. thanks again.
AcString = "provider = microsoft.jet.oledb.4.0; data source=d:\databases\Personnel\Substitute\substituteFE.mdb"
It tells me that the database is not there, or it is being accessed by somebody else. Nobody else is using it except me. How do I fix this problem? Is this related to how I set up security on the application? Any tips would be appreciated. thanks again.