Giupin
05-05-2005, 21:59
accedo ad un db access tramite ado con questa stringa di connessione:
"Provider=Microsoft.Jet.OLEDB.4.0;" &_
"Jet OLEDB:System Database=" & strDBPath & "Protetto.mdw;" &_
"Data Source=" & strDBPath & strDBFile & ";" &_
"User Id=Utente; Password=***"
ma mi da questo errore:
"Microsoft JET Database Engine errore "80040e4d'
Cannot start your application. The workgroup information file is missing or opened exclusively by another user."
"Provider=Microsoft.Jet.OLEDB.4.0;" &_
"Jet OLEDB:System Database=" & strDBPath & "Protetto.mdw;" &_
"Data Source=" & strDBPath & strDBFile & ";" &_
"User Id=Utente; Password=***"
ma mi da questo errore:
"Microsoft JET Database Engine errore "80040e4d'
Cannot start your application. The workgroup information file is missing or opened exclusively by another user."