Creating a file based on the byte() in VB.net
- by acadia
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