For all you guys that want to use a SQL backend, I recommend using SQLite: http://www.sqlite.org/
It is embedded (i.e. there is no separate process running in the background), it is tiny (~200KB), it is fast (faster than MySQL in almost every operation, except for database creation), and it is open source. What else could you want?



LinkBack URL
About LinkBacks
Reply With Quote
BTW, I forgot to mention that you can find VB DLLs for SQLite here: 
Bookmarks