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 use of ErrorProvider Control in .NET?
Differences between dll and exe?
Explain me what are the deferred execution and the immediate execution in linq?
How do you handle Start, Pause, Continue and Stop calls from SCM within your application?
Write an StoredProcedure to get the values of a column within a date range.
What does the "EnableViewState" property do?
Explain soap and xml?
What is an Exception? How many exceptions exist in Dot net and explain them?
What is garbage collection in .net? Explain the garbage collection process?
Explain me how does linq work?
Explain how viewstate is being formed and how it's stored on client in .net?
What does mean by .net framework?