| Author |
storing and retrieving the documents/images into database using jdbc and oracle
|
satish sathineni
Ranch Hand
Joined: May 03, 2004
Posts: 46
|
|
Hi All, I want to store word document (All in MS Format) and Image files (gif,jpeg,tiff) into Oracle database using normal jdbc with jdk1.4 . Help needed in the form of suggestions, written code snippets, any URLs, or any other information sources. Help needed in the above isssue Thanks, Kumar
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56221
|
|
"cool_kumar", You have been asked before to adjust your display name to JavaRanch standards. This is not optional; proper names are required. Look at the JavaRanch Naming Policy and adjust your display name to match it. In particular, your display name must be a first and a last name separated by a space character, and must not be obviously fictitious. Accounts with invalid display names are subject to closure. bear Forum Bartender
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Loren Rosen
Ranch Hand
Joined: Feb 12, 2003
Posts: 156
|
|
|
You want to use a BLOB (which stands for Binary Large Object). Do a search in this forum for 'BLOB Oracle' and you'll find lots of discussion of how to do this (though you may want to skip some of the older discussions).
|
 |
 |
|
|
subject: storing and retrieving the documents/images into database using jdbc and oracle
|
|
|