Hi Guys,

for this time, i need to display blob from oracle database into my picturebox...the connection to oracle database already done, i can display the userid and username in textbox but the image still cannot display in picturebox...how to do my friend?...plz help me...

I'm still stuck my bro.....confuse to do...anyone can help plz?

stuck in what?!

dim img as Image
img = Image.FromStream(new System.IO.MemoryStream(imageAsBytes))
pictureBox.Image = img

Bro,

Actually my oracle database had two table ,1 column that have blob , and i column in long raw for the picture.....so i don't know how to display it into picturebox1. Which much easy blob or long raw format?

blob is binary and I uses this tyoe in my post

can give me a sample plz?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.