Accessing MySQL BLOB columns using Visual Basic 6 - http://dev.mysql.com/tech-resources/articles/vb-blob-handling.html
Describes in-depth how to access BLOB columns on a MySQL server using Visual Basic 6 and the ADO Stream Object. Blob columns store binary data such as images. |
Introduction to the Usages of Access Databases - http://www.devdos.com/vb/lesson4.shtml
Brief introduction to the usages of Access databases. |
VBMySQL.com - http://www.vbmysql.com/
Dedicated to combining Visual Basic with MySQL. Includes Articles, Sample Code, Forums, Presentations, and an informative Weblog. |