How to Insert Picture In Access DB with VB6.0

Hi Dear Friends in this post i will teach how to insert picture and other file store in Microsoft Access with Visual Basic 6.0
Follow this step
Step 1 - First you create a filed with any name as you like with OLE Data Type
Step 2 - Design you form with two picture box and two Buttons.
VB6.0 Hindi Tutorial
You can Design Like this

Step 3 - Assign a variable Dim bytData() As Byte
Step 4 - Paste above code with upload or select image click event like this code.


Step 5 -  Paste on save button event don't forget change with your variable or any other declaration.  



If you have any issue related this you can comment or email me.

Post a Comment

0 Comments