Database manipulation and management is an important component in Visual Basic programming. While creating databases are mostly handled by database software such Microsoft Access, MySql, Oracle, MS FoxPro and more, you can actually use a built-in database creation program in Visual Basic 6 called Visual Data Manager. Visual Data Manager can be used to create tables, add new data as well as edit data. Besides that, it can be used to modify table structure.
To learn how to create databases using Visual Data Manager , following the link below:
http://www.vbtutor.net/index.php/creating-database-using-visual-data-manager/