Quote Originally Posted by SearchingDataOnly View Post
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.