Results 1 to 8 of 8

Thread: HOw Do i Fix This Error "can not find installable ISAM"???

  1. #1
    Guest

    Question

    I get this error when my program is loading "Can not find installable ISAM" i feel it has somethig to do with loading the databases cause they don't load.

    Any help will be very welcomed.

    Ced|Ric

  2. #2
    Guru Clunietp's Avatar
    Join Date
    Oct 1999
    Location
    USA
    Posts
    1,844
    What is your connection string to your database?

  3. #3
    PowerPoster abhijit's Avatar
    Join Date
    Jun 1999
    Location
    Chit Chat Forum.
    Posts
    3,228

    Smile Check the Connection String

    The most likely cause of this message is the connection string error? Are you trying to connect to a password protected MDB? Then your connection string should read as follows.

    cN.Open "Provider=Microsoft.Jet.OleDb.3.51;Data Source = C:\myDb.MDB;Jet OleDbatabase Password='mypass'"

    This string is the method to connect to a access 97 database.
    please check your connection string, I bet thats where the error is.
    abhijit

  4. #4
    Addicted Member
    Join Date
    Nov 1999
    Posts
    153

    IISAM

    I get the same error message when I link my access database to an ASCII or text file. My alternative is to import the data into the access database. My connection string is:

    myconnection.ConnectionString = "Provider=Microsoft.Jet.oledb.3.51;Data source=p:\db1.mdb"

  5. #5
    Frenzied Member HarryW's Avatar
    Join Date
    Jan 2000
    Location
    Heiho no michi
    Posts
    1,827
    I used to have this same problem when I was taking my College VB project between home and the college computer labs. I can't quite remember what the problem was...

    Is this problem occuring when you move your project to another computer? If not then I'll shut up
    Harry.

    "From one thing, know ten thousand things."

  6. #6
    Addicted Member
    Join Date
    Nov 1999
    Posts
    153

    ISAM

    No. The problem occurs when there is an ASCII or Text file connected to VB somehow. The latest was when I linked an Access database table to an ASCII file. VB responded with ISAM not installed. So I have to import the data into Access every time the data is updated, wheras, I would create the ASCII file and stop there.

  7. #7
    PowerPoster abhijit's Avatar
    Join Date
    Jun 1999
    Location
    Chit Chat Forum.
    Posts
    3,228

    Lightbulb prblem with network access?

    maybe on your p:\ drive you do not have network access.
    thats what u r problem could be.
    abhijit

  8. #8
    New Member
    Join Date
    Feb 2000
    Location
    Bangalore,Karnataka,India
    Posts
    3
    Check the MDAC installation.

    I faced the same problem when i was testing the product we had developed. the m/c used was a new m/c without MDAC. We installed MDAC along with the Product for testing. When invoked, the product gave the same error message. I installed MDAC again and tried out. IT WORKED ..!!!

    try the same ..let me know whether it worked.

    Good Luck

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