Hi,
I want to create a student registration form in which i have some fields and want to upload the photo of student.All the informations will be stored in the database.How to do it in vb.net using Msaccess database.
Thanks in advance
Loading

Satyapriya NayakPosted Apr 23, 2010, 2:20 PM
There are no attachments.Plz send .
Posted Apr 23, 2010, 1:00 PM
Marks it as Answer please
Thankng
Hirendra SisodiyaPosted Apr 23, 2010, 5:14 AM
Hello Satyapriya
you can store fields values and image file in ms access database,but you need to read image file in stream
because database can store image in binary data so you need to read image in Byte[] array and after that you can save all information with the help of proper connection
check this link:
http://www.daniweb.com/forums/thread190384.html#
thanbks
Please mark as answere if it helps