Delphi 7, Unidac, QuickReports, MySql and SqLite.
I have 2 identical tables in both MySql and SqLite to UNION together for a report, each table has a type and description.
The report consists of a group band whose expression is the type data field, and a detail band with a single qrdbtext for the description.
When I run the report against MySql it's perfect - the group band breaks twice and the descriptions are organized by type.
When I run it against SqLite the group band only fires once for the first value of the type data field and never again so I end up with all records listed under the same type.
QUESTION - has anyone run into this oddity when using QuickReports against an SqLite db via Unidac where a group band did not fire and if so do you know why and what is the solution?
Thanks in advance.
drc
[email protected]