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: Help on Insert and Query Binary Data

Re: Help on Insert and Query Binary Data

From: Lee Fesperman <firstsql_at_ix.netcom.com>
Date: Thu, 12 Aug 1999 18:26:44 -0700
Message-ID: <37B37454.4E6F@ix.netcom.com>


Stephen Wang wrote:
> The problem I encountered was that I could not query out the binary file
> inserted. I got no data coming out of the query. Below I have provided the
> code that I used for inserting the binary data and querying the binary data.
>
> ....
>
> while((len = movData.read(buf)) != 1){ ^

Are you really stopping the loop when len is 1 or is that a transcription error?

--
Lee Fesperman, FFE Software, Inc. (http://www.firstsql.com) Received on Thu Aug 12 1999 - 20:26:44 CDT

Original text of this message

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