How to store and retrieve images in SQL server database
through VB.NET?
Answer Posted / 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 View All Answers
How is a managed code executed?
Where does the gac exist ?
What are the deferred execution and the immediate execution in linq?
Explain what is the difference between web application and enterprise application?
What is Entity Relationship Model in .NET?
Differentiate between managed and unmanaged code?
Is there any attempt system for microsoft technology papers?
Explain how to manage pagination in a page using .net?
Explain how to produce an assembly?
Explain what is immutability, what is it for and how is it codified?
What's typical about a windows process in regards to memory allocation in .net?
What is view state in .net?
What is alias ? Is it used in .Net ?
What are multicast delegates?
Difference between class and interface in .net?