The Easysoft JDBC-ODBC Bridge supports the getBinaryStream and updateBinaryStream methods for handling binary objects.
The Java blob data type provides the ability to navigate within the binary object. As there is no direct equivalent for this in ODBC, the JDBC_ODBC Bridge does not support this feature. 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 getBinaryStream method.