-
I use VB 6. I have installed service pack 3 becuase I heard without it the Package and Deployment wizard does not work correctly. Anyways, I have 4 data controls that use MS Jet to connect to some dbase tables. when I run the app on a computer with VB it is fine. When I run it on a computer without VB I get 4 msgbox's, and each one says "Could not find installable ISAM". I think that I am missing something when I package my project but cannot figure out what it is. When I package it has a bunch of things in there that look like they are the jet engine. Does anyone know what I am missing?
-
I had the same situation you mention when a colleague tried to install one of my programmes onto his Win 2k laptop.
The reason this problem came up on his machine was that he didn't have administrator rights to the machine. Therefore, Jet DLL's weren't being registered due to Win 2k protection.
Once he gained admininstrator rights for the purpose of a software install, then all was fine.
Hope this helps
Adrian.