Thread: Blobs
I was wondering if anyone had any working sample code of inserting a blob into a table and then retrieving one from a table for viewing?
I’m using Postgres 8.2, the jdbc is postgresql-8.2-504.jdbc3, and the Java is 1.6.
I’m also running on a Windows XP Pro box if that matters.
Thanks,
Marc
Marc Horvath wrote: > > I was wondering if anyone had any working sample code of inserting a > blob into a table and then retrieving one from a table for viewing? > > I’m using Postgres 8.2, the jdbc is postgresql-8.2-504.jdbc3, and the > Java is 1.6. > > I’m also running on a Windows XP Pro box if that matters. > > Thanks, > > Marc > take a look at: http://jdbc.postgresql.org/documentation/82/binary-data.html Leonel