[Gambas-devel] Encoding for Sqlite Driver

Nigel Gerrard linus at ...2...
Wed Aug 18 16:25:53 CEST 2004


Benoit,

Seems that I didn't send you the following line for including in the
Sqlite driver updates.  This should replace the similar line in main.cpp

 GB.NewString(charset, strcmp(sqlite_encoding,"iso8859") == 0 ? 
"ISO-8859-1" : "UTF-8", 0);

This will solve the problem where the 0.97 database manager can no
longer add records to the tables.

Nigel






More information about the Devel mailing list