Page 1 of 1

Urgent! Rowguid is not filled when inserting record

Posted: Wed 14 Sep 2011 23:11
by luis_augusto
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.

Posted: Thu 15 Sep 2011 07:30
by AlexP
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.