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

Is string a value type or a reference type?

4 Answers  


Tell us what is the difference between struct and class?

0 Answers  


What is value type and refernce type in .net?

0 Answers  


Please explain when should you use .net web forms over asp.net mvc?

0 Answers  


What does msil do?

0 Answers  


What is the concept of inheritance in .net?

0 Answers  


What is the Difference between imperative and interrogative code?

2 Answers  


How Can Registry Editor in .NET?

1 Answers  


How to Create and Consume a Web Service?

1 Answers  


What are object pooling and connection pooling and difference?

3 Answers   TCS,


What is Entity Relationship Model in .NET?

0 Answers   Viscus Infotech,


What is the difference between Server.Transfer and Response.Redirect?

4 Answers  


Categories