Sqlite Query Browser [UPDATE V1.03]

Developed or developing a new product in PureBasic? Tell the world about it.
User avatar
GG
Enthusiast
Enthusiast
Posts: 266
Joined: Tue Jul 26, 2005 12:02 pm
Location: Lieusaint (77), France

Re: Sqlite Query Browser [UPDATE V1.03]

Post 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
)
Purebasic 6.12 64 bits - Windows 11 Pro 64 bits 23H2
Post Reply