-
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
-
ADO? did you install DCOM95 for your 95 clients?
-
No I havent. Could you explain this to me?
-
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:Database Password=DFSA"
Any thoughts??? Packaging should be easier this!!!!