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 does il do?
How do you create threading in .NET? What is the namespace for that?
What is meant by globalization?
Explain what is mutex?
What does .net stand for?
What is strong-typing versus weak-typing? Which is preferred?
Is .net core installed?
What are the advantages of .net?
Can you share processes between Windows services?
What do you mean by Driver Script?
SAP Business One(this is intigrated tool of .net)
ctype(123.34,integer) - should it throw an error? Why or why not?