"RB Smissaert" <[EMAIL PROTECTED]> wrote:
> 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?
> 

No.

The returning of field names is going to be a function of
your VB interface layer.  The SQLite core does not do this
unless requested - which means that your VB interface is
requesting it.  So turning of the field names is going to
be some sort of call into your VB interface, not into the
SQLite core.
--
D. Richard Hipp  <[EMAIL PROTECTED]>


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

Reply via email to