When I tried to execute the following code, I received the following error: [COMException (0x800a1eba): Microsoft Access can't open the database because it is missing, or opened exclusively by another user.] --------- My code ---------- Imports Microsoft.Office.Interop
... ... ... Dim oAccess As Access.Application oAccess = New Access.ApplicationClass() oAccess.OpenCurrentDatabase(filepath:="C:\Inetpub\wwwroot\Database\xxxxx.mdb", Exclusive:=False) ----------- End ----------- My system info: Windows XP Access 2002 IIS 5.0
with .NET v1.1 --- EVERYONE user group has write rights to DATABASE folder, the .MDB file, and the TEMP folder. And I am sure the .mdb file exists at correct path. Could anyone help here!!!
dcolors
Member
5 Points
1 Post
COMException Error (MS Access automation)
Aug 28, 2003 09:47 PM|LINK