M
Mario Kropik
Hello Ng,
I've a question concerning CreateWorkspace function call:
When I have referenced DAO 3.51 my function call
Set ws = CreateWorkspace("myWs", "","" , dbUseODBC)
works fine.
But when I reference to DAO 3.6 my function call throws an error "cannot
load DLL '?????L?'"
BUT it works with DbEngine.CreateWorkspace("myWs", "","" , dbUseODBC)
Access Version is A97, and MDAC 2.8 is installed.
Any ideas?
Thanks in advance for your help.
Mario
I've a question concerning CreateWorkspace function call:
When I have referenced DAO 3.51 my function call
Set ws = CreateWorkspace("myWs", "","" , dbUseODBC)
works fine.
But when I reference to DAO 3.6 my function call throws an error "cannot
load DLL '?????L?'"
BUT it works with DbEngine.CreateWorkspace("myWs", "","" , dbUseODBC)
Access Version is A97, and MDAC 2.8 is installed.
Any ideas?
Thanks in advance for your help.
Mario