Search results

  1. L

    how to store blob in lvarbinary column

    I'm using Progress OpenEdge 10.1A. SQL used to create table: create table pub.blobtest ( id integer primary key, colblob lvarbinary(1000000))
  2. 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