I am trying to add a new record to a Microsoft SQL 2012 server Table.
The Id field has a "default value or binding" of: (newid()) whch works fine wit AdoDB components (TAdoQuery), but with TFdQuery I get an exception EDatabaseError with message: "Field 'Id' must have a value".
Are there some kind of parameter needed on the FDQuery or FDConnection?