Click here to Skip to main content
15,887,135 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi there,
I am new to programmimg. I have learned vb a little bit. got some practice with all type of common controls. Now i am planning to make simple dictionary software in vb. My native language to English. I do some researches and got some ideas to make small dictionary which contains only hundreds of words. What if i make my dictionary more and more big ?. Do i need a database ?. I have MS Access in my pc. And i only have basic knowledge in Access. Please help. Thanks in advance.
Posted

1 solution

I would consider using a database at the very beginning. But I would not consider using Access. For many reasons, but first of all, because it is not stand-alone, not portable, and really resource-expensive of such a task. So I suggest you try sqlite[^]. It is actually a one-dll database engine suitable for such small applications (bot for many more too).
See also: http://zetcode.com/db/sqlitevb/[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900