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
Can a try block have nested try blocks?
What is the difference between response.redirect & server.transfer?
Explain Different kinds of methods?
What are code contracts?
What is an anonymous method and how is it different from a lambda expression?
Tell us the difference between managed and unmanaged code?
Explain what inheritance is, and why it's important?
Explain me what is .net web service?
Explain assemblies in .net?
Explain why do we use msmq?
What is the difference between encrypting a password and applying a hashing?
What is static constructor, when it will be fired?
hai, about trading domain and need simple project on trading system. please help me...
Is atl redundant in the .net world?
What is SOAP? How you will do windows and forms authentication?