Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within JDBC and Relational Databases
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Tim Cooke
paul wheaton
Ron McLeod
Jeanne Boyarsky
Sheriffs:
Paul Clapham
Saloon Keepers:
Tim Holloway
Roland Mueller
Bartenders:
Forum:
JDBC and Relational Databases
How to insert and retrieve the large objects (BLob,CLob,BFile) into oracle 8
Ramesh Shanmugam
Ranch Hand
Posts: 132
posted 20 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
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
Posts: 2874
posted 20 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
preparedStatement.setBlob()
preparedStatement.setClob()
Ramesh Shanmugam
Ranch Hand
Posts: 132
posted 20 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
thanks for your reply
can you pls give me an Example
Ramesh Shanmugam - SCJP 1.5
Carol Enderlin
drifter
Posts: 1364
posted 20 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Check out oracle's
JDBC Sample code
.
What could go wrong in a swell place like "The Evil Eye"? Or with this tiny ad?
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
unable to insert a photo document in to the oracle database through JDBC
clob and blob
Clob Data Types
How to handle BLOB and CLOB?
how to insert CLOB data type
More...