Answers

Question and Answer:

  Home  VB .Net

⟩ How to store and retrieve images in SQL server database through VB.NET?

Image file can be save in SQL server as a byte. Henceforth, the image is convert to a stream of byte using the IO.Memory Stream. This stream of byte can be save in a table with image data type.

 200 views

More Questions for you: