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 difference between response.redirect & server.transfer?
Can we share session between ASP.Net & ASP
3 Answers Accenture, Value Labs,
What is value type and refernce type in .net?
Explain what is the difference between response.redirect & server.transfer?
What is the difference between VB and VB.NET?
What is Garbage Collection in .Net and what is the Garbage collection process?
How to debug failed assembly binds?
Explain memory-mapped files.
What is smart navigation?
Which ports are used by virueses?
Difference b/w dataset.clone and dataset.copy ?
What are multicast delegates?