newbie: loading images into database to view in reports.
From: shae <lnnick_at_olemiss.edu>
Date: 7 May 2003 10:27:38 -0700
Message-ID: <29427a11.0305070927.74662454_at_posting.google.com>
Date: 7 May 2003 10:27:38 -0700
Message-ID: <29427a11.0305070927.74662454_at_posting.google.com>
I need to know how to load images into a database and view them in reports
with an image column in it. I am using oracle 9 and I don't have
sql*loader. I tried to do it by creating a directory on my account,but I don't
have directory creating privileges on my account.
Here is my table.
CREATE TABLE menuitems (item_no NUMBER, item_desc VARCHAR2(64),
price VARCHAR2(255),picture BLOB); Sample code and detailed instructions will be greatly appreciated. Received on Wed May 07 2003 - 19:27:38 CEST