Database Search

By | 2017-07-12

A very basic demo of how to search a database with VB6.

Uses the Biblio.mdb database (you’ll need to connect to your local copy of it) and fills a ListBox with the Author field. Click on the LB to pull up the record (using the FindFirst method). List2 is filled with Table names (For Each TableDef) and List3 is filled with Field names (For Each Field).

Attachments

FileUploadedSize
899-20170712-074935-DBSEARCH.ZIP7/12/2017 7:49:35 AM2243

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.