how to show image from access in vb6
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
hi.. i have a problem in access to show a picture in vb.. can someone please help me.. thank u areon25
I haven't done that in a while, but what you have to do is put a picturebox control on your form and then use BLOB to store/retrieve it from the database. Binary Long OBject is the only effective way that I've found to handle pictures in a database. MSDN has a fairly simple to understand write-up here: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnvbpj01/html/gs0102.asp[^] HTH