Delphi 10.2 and SDAC 8.0.1: Can not insert empty guid
Posted: Thu 11 May 2017 05:19
Hi,
i'm using Delphi 10.2 and SDAC 8.0.1. Inserting an empty guid results in exception.
We got a query like this:
Can you reproduce this behaviour?
i'm using Delphi 10.2 and SDAC 8.0.1. Inserting an empty guid results in exception.
We got a query like this:
Code: Select all
query.Append();
query.FieldByName('GuidField').AsGuid := TGUID.Empty;
query.Post(); // "Invalid class string" exception