-
Please, Urgent Error 430
I distributed an application to a client and the install worked fine on every system that I tested it on, however on the client's system he's getting error #430. The main form is an MDI form and that's where the problem is.(MDIForm_Load)
Here's the code for the form load:
Dim strConnect as String
strConnect = "DBQ=.......
Set fcnn1 = New ADODB.Connection
fcnn1.Open strConnect
-
Please I really need some help fast.
-
Make sure the client has installed the correct mdac type. I had it with a win98 client, we're developping an app using mdac2.5 and the client had 2.1, he got the same error. After installing mdac2.5 everything works fine.
-
Sounds like good news, I'm using mdac 2.5, I told my client late last night to reinstall mdac 2.5 and I don't know if it worked.
-
Reinstalling mdac 2.5 and dcom98 didn't work.
-
I need any ideas on how to solve the problem. The next thing I think I'm going to have to try is recreating the setup for the application.
-
I am not sure if it is relevant in your case but I got the same error (Error 430) at the client's site when I installed 2 standard exes, both of which called an Activex exe.
When I changed the Project Properties(of the called ActiveX project), from "Thread Pool" (1 objects) to "Thread per Object", recompiled and ran the setup for all 3 projects, the error did not occur again.