sry for my responsing so late!
still don´t understand it, the table was created like this:
CREATE TABLE punkteschluessel USING 'punktes' + VersionExt
PAGESIZE 1024 PREALLOCATE 1 DCOMPRESS OWNER DataOwnerName OWNERACCESS NOENCRYPT WITH REPLACE
(PRIMARY KEY(pos),
pos...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.