03
Oct
Save image file into database
Saving Image file into Databases.. In this post, we will show you how to save a long binary string or image file into a BLOB (Binary Large Object) column...
Saving Image file into Databases.. In this post, we will show you how to save a long binary string or image file into a BLOB (Binary Large Object) column...
Working with ResultSet metada A “ResultSetMetaData” object is used to get metadata (i.e. data about data) of the columns from query’s result. The “ResultSetMetaData” object provides the following information...
Navigating resultsets with JDBC By default access to data results via JDBC ResultSet object is non scrollable / updatable and is forward only. This limits the end test case’s...