aspose file tools
The moose likes JDBC and the fly likes How to insert and retrieve the large objects (BLob,CLob,BFile) into oracle 8 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "How to insert and retrieve the large objects (BLob,CLob,BFile) into oracle 8" Watch "How to insert and retrieve the large objects (BLob,CLob,BFile) into oracle 8" New topic
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.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: How to insert and retrieve the large objects (BLob,CLob,BFile) into oracle 8
 
Similar Threads
clob and blob
How to handle BLOB and CLOB?
unable to insert a photo document in to the oracle database through JDBC
Clob Data Types
how to insert CLOB data type