Click to See Complete Forum and Search --> : Packaging and deployment problem
Nextelevation
Jun 28th, 2000, 12:24 PM
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
Clunietp
Jun 28th, 2000, 12:58 PM
ADO? did you install DCOM95 for your 95 clients?
Nextelevation
Jun 29th, 2000, 12:10 AM
No I havent. Could you explain this to me?
Nextelevation
Jun 29th, 2000, 12:24 PM
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!!!!
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.