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

What is an exe and a dll?

0 Answers  


What is the use of common language runtime?

0 Answers  


Does .net supports destructors concept?

0 Answers  


Which two properties are on every validation control?

7 Answers   Siebel Systems,


Which method do you use to redirect the user to another page without performing a round trip to the client?

4 Answers   Siebel Systems,






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

1 Answers  


Can you edit data in repeater control? How?

0 Answers  


Can we share session between ASP.Net & ASP

3 Answers   Accenture, Value Labs,


Explain webfarm vs webgardens in .net?

0 Answers  


Explain how to rename a table using sql queries?

0 Answers  


How viewstate is being formed and how it is stored on client in .net?

0 Answers  


What is a web service in .net?

0 Answers  


Categories