Articles:
Updated on:
Monday, April 27, 1998
|
Visual Basic Articles and Programs
VB/Access Sample Project
VB 5 MDI application that connects to an Access 97 MDB. This project is designed
to demonstrate database connectivity using the Data Access Object 3.5 that comes
with VB. It illustrates adding records to a table and using the Move methods to cursor through
records of a table, similar to how the Data Control works, but through the use of code.
|