Database Search
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).
About this post
Posted: 2017-07-12
By: BlackBeltVB
Viewed: 425 times
Categories
Attachments
DBSEARCH.ZIP
Posted: 7/12/2017 7:49:35 AM
Size: 2,243 bytes
Requirements
This code originally appeared on BlackBeltVB.com, and has been republished here with the permission of Matt Hart.
Loading Comments ...
Comments
No comments have been added for this post.
You must be logged in to make a comment.