You mean,
      I have to get the entire BLOB from the DB and has to store it in some
temp file and reading it?

Is there no way we can read the required no.of bytes of the data  from the
DB directly and setting the pointer or handle to the current position?
Please tell me whether the way i am thinking is wrong?????????

Help me
Thank you
Sandhya






----- Original Message ----- 
From: "Jay Sprenkle" <[EMAIL PROTECTED]>
To: <sqlite-users@sqlite.org>
Sent: Monday, September 18, 2006 6:53 PM
Subject: Re: [sqlite] reg:blob data reading


> On 9/18/06, sandhya <[EMAIL PROTECTED]> wrote:
> > I think too, if they are Big-Blobs, it is better to store only a
Reference
> > to a File.
> >
> > May i know litlle more clearly about this?What it mean actually?
>
> Store the path to the file in the database ( C:\somefile.dat   or
> /tmp/somefile.dat ).
> Then open the file using regular file handing routines (  fopen() etc ).
>
> --------------------------------------------------------------------------
---
> To unsubscribe, send email to [EMAIL PROTECTED]
> --------------------------------------------------------------------------
---
>



-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to