Oct 17, 2006 #1 graziaR Programmer Jul 28, 2006 14 US HI, I have created a table similar to this one: create table graphics( graphics_id number primary key, image blob ); how do I insert the .jpg file that is on my desktop ? Thank you ! G.
HI, I have created a table similar to this one: create table graphics( graphics_id number primary key, image blob ); how do I insert the .jpg file that is on my desktop ? Thank you ! G.
Oct 17, 2006 1 #2 Thargy Technical User Nov 15, 2005 1,348 GB graziar, http://www.oracle-base.com/articles/8i/ImportBlob.php shows how it's done. Regards Tharg Grinding away at things Oracular Upvote 0 Downvote
graziar, http://www.oracle-base.com/articles/8i/ImportBlob.php shows how it's done. Regards Tharg Grinding away at things Oracular