Search found 3 matches

by CJBriers
12.10.2010, 15:05
Forum: SQLite
Topic: SqLite, Zeos und keine Textanzeige, im DbGrid steht (MEMO)
Replies: 3
Views: 3005

I found using the VARCHAR type (without specifiying the length) also works
by CJBriers
12.10.2010, 15:04
Forum: SQLite
Topic: Problem with Memo - TEXT field
Replies: 2
Views: 3746

Hi, I have the same problem. The SQLite TEXT type gets translated to a TMemo field instead of to a TWideStringField for my TZQuery component. This causes issues for some components (such as DBGrid) that do not display memo fields correctly (only shows "(MEMO)"). Does someone know if this T...
by CJBriers
12.10.2010, 13:01
Forum: SQLite
Topic: SqLite, Zeos und keine Textanzeige, im DbGrid steht (MEMO)
Replies: 3
Views: 3005

Hi Tom, I have a similar issue. The solutions I've found so far: If you are allowed, you can change the TEXT field type in the SQLite DB to VARCHAR. Then the values would display in the grid. If you can not, for some reason, change the type in the DB, use the OnGetText event for the TMemoField's in ...