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

When should I use .net core?

0 Answers  


What is singleton activation mode in .net?

0 Answers  


Explain what are the deferred execution and the immediate execution in linq?

0 Answers  


Where does the gac exist ?

0 Answers  


Can u any body send the DotNet Interview questions and answers to my mail please....... mindukuru@yahoo.com

1 Answers  






What is new in .net core?

0 Answers  


What are Generics? Where do we use them.

2 Answers   Value Labs,


what user controls are and what server controls are and the differences between the two.

0 Answers  


what is the difference between early binding and late binding in .net?

2 Answers   Satyam,


What is CCW (COM Callable Wrapper)

1 Answers  


What is the use of activex control in .net?

0 Answers  


What is .net technology?

0 Answers  


Categories