Urgent! Rowguid is not filled when inserting record
Posted: 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.
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.