VB .Net Question:

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

VB .Net Interview Question
VB .Net Interview Question

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.


Previous QuestionNext Question
What is the base class of .net?What is different between Web.Config and Machine.Config and Where it will be ?