Tuesday, November 29, 2011

How do I insert an image file (or other raw data) into a database?

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,
Category:JDBC Interview Questions

No comments:

Post a Comment