README.md
December 5, 2022 ยท View on GitHub
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 On | 2002-07-12 12:55:14 |
| By | Jim Hunt |
| Level | Intermediate |
| User Rating | 4.5 (27 globes from 6 users) |
| Compatibility | VB 6.0 |
| Category | Data Structures |
| World | Visual Basic |
| Archive File | Arrays_and1053877122002.zip |
API Declarations
Several User-Defined Types, GetPixel, SetPixel, VarPtrArray, CopyMemory, GetObjectAPI