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
What is boxing and un-boxing in .net?
Tell us the difference between the while and for loop. Provide a .net syntax for both loops?
How to customize the trace output?
What method do you use to explicitly kill a users session? How?
What is difference between static page and dynamic page?
What is the concept of inheritance in .net?
Explain cas (code access security)?
What does .net stand for?
What is strong-typing versus weak-typing? Which is preferred?
What is the difference between a namespace and assembly name in .net?
What is common language specification (cls)?
Is .net core stable?
How can I find out what the garbage collector is doing?
What are the features of dot net?
Explain me how does linq work?