PostgreSQL recognizes the Microsoft format with curly braces.
The following works:
Code: Select all
select * from tablename
where fieldname = '{39a46e00-6f7a-49da-9745-782ffca2ee8d}'
Code: Select all
UniTable1.Locate('fieldname', '{39a46e00-6f7a-49da-9745-782ffca2ee8d}', []);
The following works:
Code: Select all
UniTable1.Locate('fieldname', '39a46e00-6f7a-49da-9745-782ffca2ee8d', []);
Is there a setting available to let the Locate work with TUniTable?
Regards,
Bert