Results 1 to 3 of 3

Thread: ms-access problem

  1. #1

    Thread Starter
    New Member shooter's Avatar
    Join Date
    Feb 2001
    Location
    Chennai , India
    Posts
    8

    Unhappy

    hello friends

    I have a MS-Access database that is password protected.

    When I use ADO to connect to this database

    I get an error

    runtime error '-2147467259(80004005)':

    couldn't find installable ISAM.

    this is the code i use

    dim strConn as string

    dim Conn as new adodb.connection

    strConn = "Provider=Microsoft.Jet.OLEDB.3.51;Data Source=my database;Jet OLEDBDatabase Password=my password;Persist Security Info=False"

    conn.open strConn

    what is the possible solution for this problem
    work is a form of nervousness

    -shooter

  2. #2
    Fanatic Member crispin's Avatar
    Join Date
    Aug 2000
    Location
    2 clicks west of a Quirkafleeg...Cornwall, England
    Posts
    754
    what version is the access db? if its 2000 then you need a newer version of mdac...
    Crispin
    VB6 ENT SP5
    VB.NET
    W2K ADV SVR SP3
    WWW.BLOCKSOFT.CO.UK

    [Microsoft Basic: 1976-2001, RIP]

  3. #3
    New Member
    Join Date
    Feb 2001
    Location
    St. Petersburg, FL
    Posts
    10
    I'm guessing you need to take a close look at your properties window to check a few things. Check the database-make sure it says access or what you need.
    Mr. B
    Tampa, FL

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