|
-
Jun 28th, 2000, 12:24 PM
#1
Thread Starter
New Member
I am getting the following error message when trying to run the setup on 95
error 3706 method '~' of object '~'failed
The program was written in vb6 using ado and accesses an access database
When the setup is run on NT its fine but bombs on 95 and 98
-
Jun 28th, 2000, 12:58 PM
#2
Guru
ADO? did you install DCOM95 for your 95 clients?
-
Jun 29th, 2000, 12:10 AM
#3
Thread Starter
New Member
No I havent. Could you explain this to me?
-
Jun 29th, 2000, 12:24 PM
#4
Thread Starter
New Member
I installed mdac2.0 and dcom 95 and still get the above error. I am going crazy. here is the connection string im using
Public Function GetConnectionString() As String
GetConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;" + _
"Persist Security Info=False;User ID=Admin;" + _
"Data Source=" & App.Path & "\Next.mdb;" + _
"Mode=Share Deny None;" + _
"Jet OLEDB atabase Password=DFSA"
Any thoughts??? Packaging should be easier this!!!!
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
|