My VB6 program retrieves and updates a mdb database. It works fine in my system (with Windows XP and MS Office 2000), It also installs and works without error in other Windows XP computers. But when installed and run in a Windows 98 computer without Microsoft Access, “Couldn’t find installable ISAM” error occurred whenver the VB6 program tried to the mdb file. Apparently some files are missing in that computer.
In my installation program, DAO 3.60 (MDAC 2.5, dao360.dll, & MSJet 4) is included in the package. I use Installshiled DevStudio MSI for the installation.
Can someone please help by pointing out or leading me to the cause(s) of this erro?