Easysoft JDBC-ODBC BridgeDoes the Easysoft JDBC-ODBC Bridge support binary objects and the blob datatype? |
|
The Easysoft JDBC-ODBC Bridge supports the getDataStream and updateDataStream methods for handling binary objects.
The Java blob data type provides the ability to navigate within the binary object which has no direct equivalent within ODBC and can not be supported within the bridge. If you need to navigate with a binary object, you should create a blob object within your Java application which you then populate using the getDataStream method.
Definitions of the supported methods can be found at: http://java.sun.com/j2se/1.3/docs/api/java/sql/ResultSet.html#getBinaryStream(int)