Search results

  1. L

    how to store blob in lvarbinary column

    Hi, I'm trying to store binary data in lvarbinary column. I'm using DataDirect jdbc driver included in OpenEdge 10.1A. Everything works fine when the binary data is smaller than 32000 bytes. Here is the piece of code that i'm using: sql = "insert into PUB.blobtable(id,file) values (?, ?)"...
Back
Top