Search Tools Links Login

Simple MS Access Database Demo with VB6


This is a very simple program using VB and MSAccess. This code will allow you to Add, Edit, Delete, and Search entries in the database.

The original project file was hosted on another site, but included references to an OCX control that was no longer available. The author had good intentions, and had hosted it on his personal site for a time, but that went away as well.

I've lightly modified the project, removing the need for the "eye candy" OCX file. Further, since it was bugging me during testing, I've added a loop check to limit the number of times DoEvents is called within loops. This has the purpose of VASTLY increasing the speed of record display during searches and refreshes.

All modifications have been documented with the code.

About this post

Posted: 2017-08-16
By: vb6boy
Viewed: 714 times

Categories

Visual Basic 6

Attachments

SimpleMSAccessDB.zip
Posted: 8/16/2017 5:38:12 PM
Size: 48,407 bytes

Requirements

Reference to:

Components:


Loading Comments ...

Comments

No comments have been added for this post.

You must be logged in to make a comment.