| Author |
inserting images into an oracle database
|
paluri chandra
Greenhorn
Joined: Dec 03, 2005
Posts: 4
|
|
|
hi,i would like to know how to store images in an oracle database using servlet.
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56180
|
|
|
Nothing servlet specific to it so moved to the JDBC forum.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Jesper de Jong
Java Cowboy
Bartender
Joined: Aug 16, 2005
Posts: 12911
|
|
|
You are probably going to need a BLOB to store images in the database. Search for information on how to with with BLOB column types in Oracle and Java.
|
Java Beginners FAQ - JavaRanch SCJP FAQ - The Java Tutorial - Java SE 7 API documentation
Scala Notes - My blog about Scala
|
 |
 |
|
|
subject: inserting images into an oracle database
|
|
|