G
Guest
Just wondering if anyone has seen this before.
I am getting an error only on one PC operating Windows XP with Access XP
(2002). Whenever I issue this code from an independent VB Script to connect
to a database file secured with user-level security:
Set eng = New DAO.DBEngine
eng.SystemDB = "<Path To Workgroup File>"
Set wk = eng.CreateWorkspace("WS1", "<User Name>", "<Password>")
I get the following error on the last line:
The Jet VBA file (VBAJET.dll for 16-bit versions or VBAJET32.dll for 32-bit
versions) failed to initialize when called. Try reinstalling the application
that returned the error.
On the bad PC I uninstalled and reinstalled Access Runtime (the same package
used on 50+ other PCs that are working fine with this code on Win98, Win2k
and WinXP) and continue to get the same error.
I don't know what else to do short of re-imaging the machine. Does anyone
have any experience with this error?
Thanks
Jeff
I am getting an error only on one PC operating Windows XP with Access XP
(2002). Whenever I issue this code from an independent VB Script to connect
to a database file secured with user-level security:
Set eng = New DAO.DBEngine
eng.SystemDB = "<Path To Workgroup File>"
Set wk = eng.CreateWorkspace("WS1", "<User Name>", "<Password>")
I get the following error on the last line:
The Jet VBA file (VBAJET.dll for 16-bit versions or VBAJET32.dll for 32-bit
versions) failed to initialize when called. Try reinstalling the application
that returned the error.
On the bad PC I uninstalled and reinstalled Access Runtime (the same package
used on 50+ other PCs that are working fine with this code on Win98, Win2k
and WinXP) and continue to get the same error.
I don't know what else to do short of re-imaging the machine. Does anyone
have any experience with this error?
Thanks
Jeff