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 RunTime Polymorphism?

5 Answers   Deloitte, eClerx, Horizon, Intel, Pragna Technologies,


What is a resource? Provide an example from your recent project.

1 Answers   Wipro,


What are the difference bbetween value type & reference types ? Example from .net. Integer & struct are value types or reference types in .net?

0 Answers  


How to instantiate a delegate?

0 Answers  


Explain the purpose of Remoting in .NET?

0 Answers   Petranics Solutions,






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

0 Answers  


What's wrong with a line like this? Datetime.parse(mystring);

0 Answers  


How can you automatically generate interface for the remotable object in .NET with Microsoft tools?

1 Answers  


How to Create and Consume a Web Service?

1 Answers  


What is Ajax? How it is related to your project?

0 Answers   Wipro,


what is use of learning .net? does we get good jobs based on .net?

2 Answers  


Why did they call it .net?

0 Answers  


Categories