Thread
:
How can I store Images(*.jpg,*.gif)?
View Single Post
#
3
(
permalink
)
04-18-2007, 03:09 AM
Dunlavy
Posts: n/a
Oracle
answer.
Re: How can I store Images(*.jpg,*.gif)?
I would strongly recommend storing images on a file system and referencing their locations using relative or absolute file paths. Your database will thank you for it later.
Dunlavy