I use TUniQuery on a form to supply a TCRDBGrid with fields. When fields added by using fieldeditor they are declared like this
qryItemsflditem_GUID : TWideStringField;
This works with MS SQL and MS Access, but MySQL crashes if I will use that.
What to do?