When I try to transfer larger amounts of data (30-40 MB), I get the following error:
sql.SQLException: [JDBC-ODBC Bridge] RPC Exception RPC_ERROR_BAD_START.
There is a default limit of 1 MB on the maximum size of data that Easysoft JDBC-ODBC Bridge can get from a backend. You can change this limit by adding the JDBC URL connection attribute:
:mb=float
where float is the number of MB you want to increase the limit to.
For example, to specify a 40 MB limit:
:mb=40.0