Search found 1 match

by StopGap
24.05.2011, 06:44
Forum: SQLite
Topic: Aggregate Fields Always Created as String Fields
Replies: 2
Views: 2035

Aggregate Fields Always Created as String Fields

Using sum(x) or total(x) in a query on integer or float fields always results in the creation of tStringFields in Delphi.

Using the SQLite typeof function shows them to be "real".

I've seen other posts like this, but no solution.

Any help appreciated.