VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Database List maker

by Syllva Tech Software (9 Submissions)
Category: Databases/Data Access/DAO/ADO
Compatability: Visual Basic 3.0
Difficulty: Beginner
Date Added: Wed 3rd February 2021
Rating: (3 Votes)

What you can do is hook up to a database, and with the use of a timer control, you can make a list of any/all records you want in a database. You can use an SQL statement (in the code already) to find a certain part of a string. The return results are any record that contains that particular string in it. Then with the click of a button it will go through each record found and make a list of them. For example, For a spell checker, I took a database that contained over 5,500 words. It went through that database in a little over 5 minutes to get every word made into a list. Very good ideas can come from this, have fun with it!

Rate Database List maker

Upload

Download this snippet    Add to My Saved Code

Database List maker Comments

No comments have been posted about Database List maker. Why not be the first to post a comment about Database List maker.

Post your comment

Subject:
Message:
0/1000 characters