| Author |
How to insert and retrieve the large objects (BLob,CLob,BFile) into oracle 8
|
Ramesh Shanmugam
Ranch Hand
Joined: Sep 13, 2004
Posts: 132
|
|
How to insert and retrieve the large objects (BLob,CLob,BFile) into oracle 8 using jdbc java API. Regards, Ramesh
|
Ramesh Shanmugam - SCJP 1.5
|
 |
Adeel Ansari
Ranch Hand
Joined: Aug 15, 2004
Posts: 2874
|
|
preparedStatement.setBlob() preparedStatement.setClob()
|
 |
Ramesh Shanmugam
Ranch Hand
Joined: Sep 13, 2004
Posts: 132
|
|
thanks for your reply can you pls give me an Example
|
 |
Carol Enderlin
drifter
Ranch Hand
Joined: Oct 10, 2000
Posts: 1348
|
|
|
Check out oracle's JDBC Sample code.
|
 |
 |
|
|
subject: How to insert and retrieve the large objects (BLob,CLob,BFile) into oracle 8
|
|
|