Ah, thanks.
I am not using the sqlite3 command line utility, but a VB adapted version of
the regular sqlite3.dll. I take it should be no problem to do the same with
that. Is there a pragma for this?

RBS

-----Original Message-----
From: Igor Tandetnik [mailto:[EMAIL PROTECTED] 
Sent: 06 March 2007 20:28
To: SQLite
Subject: [sqlite] Re: Re: What is wrong with this simple query (offset)?

RB Smissaert <[EMAIL PROTECTED]>
wrote:
> I take it there is no way to make it not return the field name.

I'm not sure what you mean by "not return the field name". My wild guess 
is you are using sqlite3 command line utility. In this case, type

.header OFF

before running the query.

Igor Tandetnik 


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




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

Reply via email to