|
-
Jul 26th, 2021, 07:00 AM
#20
Re: [RESOLVED] VB6: Question - Databases, where do I start?
 Originally Posted by SearchingDataOnly
Hi yereverluvinuncleber,
I don't know if your program really needs a database. But since you have developed your own database, you only need to provide your database interface, and the enthusiasts here can rewrite and replace your database with other standard databases. I guess your own database should only belong to the desktop database, then SQLite-DB is undoubtedly the best choice (especially to prepare for the future cross-platform). Access-DB should also meet your needs (if only running on Windows).
If he really wants to keep it VB6, he can use Olaf's RichClient framework. I think I recall seeing him post some code that utilized a very simple in memory database he built into the framework.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|