GeekArticles
Database
MySQL
Database
MySQLMySQL and BLOBs
( Page 1 of 6 ) One of MySQL's strengths is its use of Binary Large Object (BLOB) columns. These columns store unprocessed binary data, typically files, that can be retrieved and manipulated like the other common datatypes. The difficulty comes in accessing the BLOB column in VB. Prior to ADO 2.5, the only way to move data in and out of a MySQL BLOB column using Visual Basic was to use the appendchunk and getchunk methods. With ADO 2.5, the stream object has been added, greatly...n
Sponsored Links
Read Next: Two Lessons in ASP and MySQL
Related Topics
