Display Recordset Data While Conserving Read/Write Operations
Category:
DatabaseType:
ApplicationsDifficulty:
IntermediateAuthor:
AnonymousVersion Compatibility: Visual Basic 6
More information:
The following code was created for demonstration
purpose only. This example program demonstrates
how to use dynamic recordset and dynamic arrays to read and save data using objects. The program assumes that connection to
database server should be opened as closed as quickly as possible; as such, it demonstrates a way of conserving read/write operations.
Instructions: Click the link below to download the code. Select 'Save' from the IE popup dialog. Once downloaded, open the .zip file from your local drive using WinZip or a comparable program to view the contents.
Download comboarray.zip