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 |
Is string a value type or a reference type?
Tell us what is the difference between struct and class?
What is value type and refernce type in .net?
Please explain when should you use .net web forms over asp.net mvc?
What does msil do?
What is the concept of inheritance in .net?
What is the Difference between imperative and interrogative code?
How Can Registry Editor in .NET?
How to Create and Consume a Web Service?
What are object pooling and connection pooling and difference?
What is Entity Relationship Model in .NET?
What is the difference between Server.Transfer and Response.Redirect?