I am looking for a list of databases, that supported by Visual Basic 6.0 and comparision between them. Anyone has any idea, from where I can get (website etc..)?
If you are thinking of developing a new application with VB you may wish to consider either one of the free ones (MySQL, MSDE, .MDB files), or one of the commercial ones (Oracle, DB2, Informix, Paradox, SQL Server, Postgres).
Either way for new development you should look at using ADO for all database access.
Because technically VB doesn't support any database at all. It uses data access objects, of which ADO is the most versatile, to support most databases (including all the ones mentioned above). You can also add Pervasive to the commercial list. I believe that MySQL is still free only for personal use.
Forum669 - General database discussion has some discussions on database comparisons if you care to search it.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.