Storing images in SQL DB example code

  •  05-30-2007, 9:55 PM

    Storing images in SQL DB example code

    Does anyone have the example code to store the images in SQL written in VB.net? The current examples are only in C# and I have converted the code the best I can and it works until it comes time to upload an image. It is erroring out due to a sql reader already being open that needs to close, which I think could be handled correctly if the translated code were correct.
View Complete Thread