README.md

December 5, 2022 ยท View on GitHub

Solving "Could not find Installable ISAM" error

Description

How to avoid / solve the "could not find installable ISAM error" in VB

More Info

Submitted On
ByCybsoft
LevelBeginner
User Rating4.3 (13 globes from 3 users)
CompatibilityVB 5.0, VB 6.0
CategoryCoding Standards
WorldVisual Basic
Archive File

Source Code

Ever got the "ISAM-error" and dit not know what to do ? Try finding info on this error and the puzzle gets bigger and bigger but the solution is simple !
De error occures when you are using a different version ACCESS than the original coder did so the "connect" property of the data-control is set wrong.
Just set it ot the correct one and... ISAM error is gone (look at screendump)
(Dont know if this works for EXCEL)