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 an exe and a dll?
What is the use of common language runtime?
Does .net supports destructors concept?
Which two properties are on every validation control?
Which method do you use to redirect the user to another page without performing a round trip to the client?
How to store and retrieve images in SQL server database through VB.NET?
Can you edit data in repeater control? How?
Can we share session between ASP.Net & ASP
3 Answers Accenture, Value Labs,
Explain webfarm vs webgardens in .net?
Explain how to rename a table using sql queries?
How viewstate is being formed and how it is stored on client in .net?
What is a web service in .net?