Hi,
i am new to the forum and have one first question.
I am using Pervasive.SQL and I want to update a Primary Key field by following code: (pos is the primary)
update punkteschluessel
set pos = 10
where pos = 1
;
on executing i get following execution error: The key field is not modifiable (Btrieve Error 10).
Is there a possibility to update the primary key, otherwise i would have to use a synthetic primary key?!
thanks for answers!
regards,
Thorsten
i am new to the forum and have one first question.
I am using Pervasive.SQL and I want to update a Primary Key field by following code: (pos is the primary)
update punkteschluessel
set pos = 10
where pos = 1
;
on executing i get following execution error: The key field is not modifiable (Btrieve Error 10).
Is there a possibility to update the primary key, otherwise i would have to use a synthetic primary key?!
thanks for answers!
regards,
Thorsten