README.md

December 5, 2022 ยท View on GitHub

Arrays and Binary File Access Version 2

Description

This project demonstrates how to use a dynamic array to interact with database records and settings stored in a single binary file. The example stores custom settings and the record count at the beginning of the binary file, then stores multiple database records. To retrieve the data, it gets the settings and record count, then loads the records into a dynamic array which can be interacted with on the form, much like a true database record. If that's not enough, then how about the ability to embed images directly into records!

More Info

This code was created with VB6 SP5.

Larger images will (of course) take longer to load and save.

Submitted On2002-07-12 12:55:14
ByJim Hunt
LevelIntermediate
User Rating4.5 (27 globes from 6 users)
CompatibilityVB 6.0
CategoryData Structures
WorldVisual Basic
Archive FileArrays_and1053877122002.zip

API Declarations

Several User-Defined Types, GetPixel, SetPixel, VarPtrArray, CopyMemory, GetObjectAPI