Urgent! Rowguid is not filled when inserting record

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
luis_augusto
Posts: 43
Joined: Fri 14 Oct 2005 13:45

Urgent! Rowguid is not filled when inserting record

Post by luis_augusto » Wed 14 Sep 2011 23:11

Dear sirs,

if I use a TUNIQuery with the folowing sentence:

select * from table

and the table has a Rowguid column (with the proper newid default value set)

and I insert a record in the table, I got a

"Field 'Rowguid' must have a value" message

during the post.

Note that I did not defined tfields in design time. They are created in run time.

So, I am not able to insert records using a dbgrid populated through a sentence created in runtime.

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Post by AlexP » Thu 15 Sep 2011 07:30

Hello,

Please specify the following information so that I am able to help you:
- the exact version of UniDAC;
- the name and the version of your IDE;
- the name of your database;
- the script to create the table.

Post Reply