Results 1 to 4 of 4

Thread: Packaging and deployment problem

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 2000
    Posts
    3

    Unhappy

    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

  2. #2
    Guru Clunietp's Avatar
    Join Date
    Oct 1999
    Location
    USA
    Posts
    1,844
    ADO? did you install DCOM95 for your 95 clients?

  3. #3

    Thread Starter
    New Member
    Join Date
    Jun 2000
    Posts
    3

    Unhappy

    No I havent. Could you explain this to me?

  4. #4

    Thread Starter
    New Member
    Join Date
    Jun 2000
    Posts
    3
    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 OLEDBatabase 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
  •  



Click Here to Expand Forum to Full Width