Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Insert bitmaps into database ?

Insert bitmaps into database ?

From: Magnus S. Petersen <magnus_at_post.olivant.fo>
Date: Thu, 19 Aug 1999 17:59:49 +0100
Message-ID: <37bc34fb@news.olivant.fo>


Using PO7 and Delphi 3 C/S
How would one insert a bitmap into a column(LONG) of a table, using standard SQL syntax
INSERT INTO Table
(column1,column2,LongColumn)

VALUES
(colvalue1,colvalue2,TheBitmap);

I have some bitmaps which i want to insert, but cannot figure out how to do it.
Please advice

Regards
Magnus Received on Thu Aug 19 1999 - 11:59:49 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US