ISAM (Indexed Sequential Access Method) for Just Basic

Database Applications
Post Reply
LurkinDerk
Posts: 3
Joined: Wed Feb 10, 2010 12:13 am

ISAM (Indexed Sequential Access Method) for Just Basic

Post by LurkinDerk »

I have converted the ISAM routines from Liberty Basic newsletter #110 written by Richard Peeters to the same routines for Just Basic.
The zip file attached contains the source code with the routines embedded into a test program.
Please feel free to download the routines. They might help you to build larger databases that can be accessed via a key in any way.
These were converted on my Vista x64 Home Premium computer so they should run on XP, or on a 32-bit Vista.
Attachments
JBISAM.zip
JB ISAM routines for file access via a key.
(4.05 KiB) Downloaded 1140 times
Post Reply