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



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

Answer / saravankumar

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.

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More Dot Net General Interview Questions

Where does the gac exist ?

0 Answers  


What does jit do?

0 Answers  


Explain what is an application domain?

0 Answers  


What is the difference between an abstract class and an interface?

0 Answers  


which is the best dot net coaching center in visakhapatnam??

3 Answers  






What is the difference between response.write & response.output.write?

0 Answers  


Different levels of priority provided by .net.

0 Answers  


What is the single responsibility principle?

0 Answers  


How do you create threading in .NET? What is the namespace for that?

2 Answers  


Explain about .NET services?

0 Answers  


Explain the difference between static page and dynamic page?

0 Answers  


Explain is the jit an interpreter?

0 Answers  


Categories