| Author |
insert BLOB into informix
|
Santosh Maskar
Ranch Hand
Joined: Jul 02, 2003
Posts: 226
|
|
anybody know how to insert the blob in infromix create table blobtest( b1 blob) insert into blobtest values (b1 ???) thanks you santosh [ March 11, 2005: Message edited by: Santosh Maskar ]
|
 |
Horatio Westock
Ranch Hand
Joined: Feb 23, 2005
Posts: 221
|
|
I know nothing of informix, but are you using PreparedStatement?
|
 |
Santosh Maskar
Ranch Hand
Joined: Jul 02, 2003
Posts: 226
|
|
|
actully i need to insert using plain jdbc code, but before that i want to insert from the SQL editor
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26499
|
|
Santosh, If it was a clob you could use the varchar syntax to insert. As far as I know, it isn't really possible to type binary.
|
[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
|
 |
Santosh Maskar
Ranch Hand
Joined: Jul 02, 2003
Posts: 226
|
|
Thanks Jeanne, i am googling on this, there is somthing called as create blob_id but thanks to your reply. Thanks Santosh
|
 |
 |
|
|
subject: insert BLOB into informix
|
|
|