Thank you very much Snyder.

----- Original Message ----- 
From: "Gerry Snyder" <[EMAIL PROTECTED]>
To: <sqlite-users@sqlite.org>
Sent: Wednesday, September 13, 2006 6:56 PM
Subject: Re: [sqlite] reg:BOLB data


> sandhya wrote:
> > Hi,
> > I created a table with fileds filename and the value of type text and
BLOB
> > respectively...
> > I stored a file and  checked whether it is existing or not from command
> > prompt with sqlite3 exe......It is displaying but the problem is i can
able
> > to see the whole content of the file which i stored.
> > Where as i thought it will be in form of some OID's.?
> >
> The OID is there, but is not shown in a query by default. Try something
> like:
>
> select OID,* from tablename;
>
>
> Hope this helps,
>
> Gerry
>
>
> --------------------------------------------------------------------------
---
> To unsubscribe, send email to [EMAIL PROTECTED]
> --------------------------------------------------------------------------
---
>



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

Reply via email to