Saving and Retrieving Image in VB6

This program shows you on how to store encrypted picture from Visual Basic to the database, and how to retrieve the encrypted picture.
How it works?
for MSAccess database
  • idno - text 
  • name - text 
  • picture - OLE object 
for MSSQL database
  • idno - varchar 
  • name - varchar 
  • picture - image 
for MySQL database
  • idno - varchar 
  • name - varchar 
  • picture - mediumblob
Screenshot

Programming Language: VB6

Click Contact Us to request the source code