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 do you mean by Driver Script?
A developer company sends dlls to the client. Some client is not happy current functionality, so request some modification. Developer made some changes and send new dll to all clients. Some client is happy with old version, tell me minimal change to so that neither clients get affected?
What is the difference between odbc and ado?
What are the differences between user control and server control?
Difference between assembly manifest & metadata assembly manifest
Give an example program for Getter /read-only methods in JAVA
What is the difference between reference type and value type?
Different levels of priority provided by .net.
Write Code for DataSet,Datareader,and by deleting the button gridview should be empty?
what is the difference between early binding and late binding in .net?
Please explain is the jit an interpreter?
What are HTML controls, Web controls, and server controls?