View blob files from SQL to a Picture Box in Windows form?
C#
3
Posts
3
Posters
0
Views
1
Watching
-
Hi, I've been trying to view blob images from sql but when i select the colom it states System.byte[] I think this where my problem is? Please can you assist? Thanks, Monde
you have to convert the byte array to image look at this: C# Image to Byte Array and Byte Array to Image Converter Class[^] Good luck.
-
Hi, I've been trying to view blob images from sql but when i select the colom it states System.byte[] I think this where my problem is? Please can you assist? Thanks, Monde