VB .Net Question: Download VB .Net PDF

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

Tweet Share WhatsApp

Answer:

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.

Download VB .Net PDF Read All 69 VB .Net Questions
Previous QuestionNext Question
What is the base class of .net?What is different between Web.Config and Machine.Config and Where it will be ?