Hi guys,
I am trying to retrieve the image that i linked to the database in visual basic.
i have linked to the file directory like C:\filename.jpeg
I put this directory in the database but now i dont know how to retrieve the picture.
i have coded the code like this
but i cannot get the picture out although there is no errors in vb.
Hope someone can help me thnks!!
regards,
Charles
I am trying to retrieve the image that i linked to the database in visual basic.
i have linked to the file directory like C:\filename.jpeg
I put this directory in the database but now i dont know how to retrieve the picture.
i have coded the code like this
ds.Tables("ABCcondo").Rows(i).Item(6) = PictureBox2.BindingContext
but i cannot get the picture out although there is no errors in vb.
Hope someone can help me thnks!!
regards,
Charles