[Gambas-user] SQLite problem, data has not been read

Benoît Minisini gambas at ...1...
Thu Aug 20 15:33:29 CEST 2015


>> What's wrong exactly?
>>
>
> Ha ok, I see.
>

The main reason is that you use "STRING" as SQL datatype, which is an 
unknown SQL datatype.

The bug is that the new SQLite driver does not react intelligently. This 
will be fixed in the next release, but do use standard SQL datatypes if 
you don't want problems.

Regards,

-- 
Benoît Minisini




More information about the User mailing list