Pubdbcall Data size bigger than max error

I’m using pub.db.call to call an Oracle stored procedure and am getting the following error:
java.sql.SQLException:Data size bigger than max size for this type: 49090
I’m using longvarchar. I tried longvarbinary and got the same error.
I’m using version 4.01. Is there anyway around this size limitation? I didn’t see anymore data type options other than these 2 longs?
Thanks,
Mike

Hi, Michael.

Just curious… which database driver are you using? If you are using a thin driver, you may want to try a Type 2 like jdbc:oracle:oci8.

Let us know what you come up with.