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]
-----------------------------------------------------------------------------