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 |
What is the use of activex control in .net?
Please explain what is the difference between a class and an object?
What is a Strong Name?
Example from .net. Integer & struct are value types or reference types in .net?
How big is the datatype int in .net?
What is loosely coupled solution in.net?
Explain boxing and unboxing in .net.
What are Sessions?
What is the use of immutability?
How to write an MMC snap-in for my Windows service?
What is difference between .net core and .net standard?
How do we access crystal reports in .net?