How to Use Extended/Expanded Memory RAMDrive for Data Storage (37344)
The information in this article applies to:
- Microsoft QuickBASIC 4.0
- Microsoft QuickBASIC 4.0b
- Microsoft Basic Professional Development System (PDS) for MS-DOS and MS OS/2 7.0
This article was previously published under Q37344 SUMMARY
Many programmers want to have speedy access to large amounts of data.
You can store data in extended/expanded memory by using an MS-DOS
device driver such as RAMDRIVE.SYS to make a virtual disk drive out of
the extended/expanded memory. (You can also use a floppy or hard disk
drive to store data, but a RAMDrive is faster.)
This article demonstrates how to use structured data types and
structured subprograms to quickly access information on a RAMDrive or
disk drive. The general technique in this article applies to all
languages that have data structures, including the following:
- Microsoft QuickBasic Versions 4.00, 4.00b, and 4.50
- Microsoft Basic Compiler Versions 6.00 and 6.00b for MS-DOS and
MS OS/2
- Microsoft Basic PDS Version 7.00 for MS-DOS and MS OS/2
- Microsoft C
- Microsoft Pascal
Modification Type: | Minor | Last Reviewed: | 1/8/2003 |
---|
Keywords: | KB37344 |
---|
|