VB .Net Question:
Download Questions PDF

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

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 Interview Questions And Answers PDF

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