Creating a file based on the byte() in VB.net
Posted
by acadia
on Stack Overflow
See other posts from Stack Overflow
or by acadia
Published on 2010-03-31T01:35:19Z
Indexed on
2010/03/31
1:43 UTC
Read the original article
Hit count: 384
vb.net
Hello, I am retrieving an image from the SQL database into Byte() variable in vb.net
Dim img as byte()=dr(0)
How do I create a file in my C:\images\ directory from the above img.
I want to read the img and then create a file with name bimage.gif
Please help
© Stack Overflow or respective owner