Results 1 to 3 of 3

Thread: MSAccess database and VB

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jan 2000
    Location
    Edmonton,AB, Canada
    Posts
    30

    Post

    I have a small problem that I am hoping someone can help me with and I would be appreciate help.

    I making a VB project that has a .dll associated with it that is made in VB as well. The .dll needs to access an access97 .mdb file that has database password protection on it. When I try to connect to the .mdb file by sending a password to it I keep getting the error code of 3170 ("Couldn't find installable ISAM"). Now when I take the password off of the .mdb file the .dll can open it and read the database. Does any one have know what is going on and what is it?

    Thanks.

    ------------------
    David L. Baudais
    Systems Analyst


  2. #2
    Guru Clunietp's Avatar
    Join Date
    Oct 1999
    Location
    USA
    Posts
    1,844

    Post

    sounds like you're using ADO:
    http://vbcode.webhostme.com/en/code.asp?id=86

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Jan 2000
    Location
    Edmonton,AB, Canada
    Posts
    30

    Post

    Clunietp,

    No I am trying to use the old DAO but eventually will want to use ADO, and the link that you sent is broken.

    ------------------
    David L. Baudais
    Systems Analyst


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