Results 1 to 5 of 5

Thread: Couldnt find installable ISAM

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Jan 2004
    Posts
    908

    Couldnt find installable ISAM

    Couldnt find installable ISAM
    i wanted to create a link from excel to a vb application. a data control is put on the form...
    1) Connect property:excel 8.0
    2)DatabaseName=c"\....
    3)..when i click on the recordsource...the error message
    Couldnt find installable ISAM pops out...can anyone tell me wats going on?

  2. #2
    Hyperactive Member
    Join Date
    Sep 2001
    Location
    San Jose, Ca. - USA
    Posts
    302
    this sounds similar to the same problem people have when trying to connect to a access2k mdb. They need to install service pack 5 and change the connect property to "access 2000" instead of just "access".

    Check if you have sp5 installed and then check if you have the latest Jet/Dao service pack.

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Jan 2004
    Posts
    908
    i have install sp5....and i follow the steps.. given for the installation..but i realise that there are alot of zip files inside the setup that i didnt unzip....cuz the instruction didnt said so..i just run the setup directly...and btw wat is the jet/dao engine you refering to ...is it inclusive in sp5 or otherwise? thanks

  4. #4
    Hyperactive Member
    Join Date
    Sep 2001
    Location
    San Jose, Ca. - USA
    Posts
    302
    DAO is Data Objects Model. DAO is used to connect to various datasources like mdbs, xls, etc.

    JET utilizes DAO to connect specifically to mdb datasources.

    There are 2 different vb datacontrols. The ADO datacontrol and the DAO datacontrol. I think your using the DAO datacontrol.

    In vb sp5, DAO 3.6 was shipped. The latest version of DAO is 3.6 service pack 8.

    What version of excel was your spreadsheet made?

  5. #5

    Thread Starter
    Fanatic Member
    Join Date
    Jan 2004
    Posts
    908
    excel2000

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