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 -> Re: INSERT Binary Data

Re: INSERT Binary Data

From: Dave <david.sharples3_at_ntlXworld.com>
Date: Sun, 03 Oct 2004 10:07:29 GMT
Message-ID: <BbQ7d.40$av4.10@newsfe2-win.ntli.net>

"Peter Plumber" <Klempner_at_gmxdot.net> wrote in message news:415fcd79$1_at_e-post.inode.at...
> Hi,
>
> I would like to INSERT Byte-Data INTO a BLOB-Field using SQL
>
> This is how it works for SQL-Server:
>
> INSERT INTO tblSlime ( ID, Name, Slime )
> VALUES (2, 'Fritz', 0x234323432343234323fc4350fc4350fc4350fc4350fc);
>
> Is something like this possible for ORACLE
>
> Thx,
>
> Peter

search for blob / bfile on tahiti.oracle.com Received on Sun Oct 03 2004 - 05:07:29 CDT

Original text of this message

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