pro_vb thread: Saving Picture in Access DB using VB 6.0
Did you try saving it as a BLOB (binary large object). TO do so you need to convert the picture to binary (if it isn't already in binary) and then to use an ADO stream to save it to the database.
|





