Page 3 of 3

Re: Sqlite Query Browser [UPDATE V1.03]

Posted: Tue Jan 05, 2010 6:45 pm
by GG
Hi CSAUER,

With 1.03 release, i always have my table named Client which only has the first field printed.
Name of fields are prefixed with 2 weird characters.

Here is below the table DDL :

CREATE TABLE [Client] (
[libcli] VARCHAR(50) NULL,
[nocli] INTEGER NULL,
[noos] INTEGER NOT NULL,
[nosgbd] INTEGER NOT NULL,
[entete] TEXT NULL,
[purge] INTEGER NULL,
[instexec] INTEGER NULL,
[minilib] VARCHAR(15) NULL,
[divers] TEXT NULL
)