L
lowlifeart
The GetObject method seems to intermittently fail in Access 2007 Beta 2. A
code snippet is below:
Dim oApp as Object
Set oApp = GetObject(“C:\Example.mdbâ€)
Sometimes this correctly sets oApp to the access database and sometimes it
fails with Run-time error -2147467259 (80004005), Automation error,
Unspecified error.
Does anyone know of a solution for this problem?
code snippet is below:
Dim oApp as Object
Set oApp = GetObject(“C:\Example.mdbâ€)
Sometimes this correctly sets oApp to the access database and sometimes it
fails with Run-time error -2147467259 (80004005), Automation error,
Unspecified error.
Does anyone know of a solution for this problem?