Subject | Re: I am not able to change the primary key |
---|---|
Author | |
Post date | 2014-11-12T17:16:35Z |
if I change the SQL to bellow, works fine:
Q.SQL.Text := 'UPDATE ANY_TABLE SET ID = 2 WHERE ID = 1';
Subject | Re: I am not able to change the primary key |
---|---|
Author | |
Post date | 2014-11-12T17:16:35Z |