Home

Press Releases and News

Bookstore

Software

Ordering Information

Links

About VB2Java.COM

Articles:

Visual Basic Articles

VB 2 Java Articles

Java Articles

Misc. 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.