InterviewSolution
Saved Bookmarks
| 1. |
How Do I Insert An Image File (or Other Raw Data) Into A Database? |
|
Answer» All raw data types (including binary DOCUMENTS or IMAGES) should be READ and uploaded to the database as an array of bytes, byte[]. Originating from a binary file,
All raw data types (including binary documents or images) should be read and uploaded to the database as an array of bytes, byte[]. Originating from a binary file, |
|