|
-
May 17th, 2000, 08:12 AM
#1
Thread Starter
Hyperactive Member
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|