Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dbsetprop() syntax
Message
From
10/05/1999 17:48:45
 
 
To
10/05/1999 16:23:04
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00216859
Message ID:
00216932
Views:
26
Keep in mind that if you remove a primary or candidate key then you'll lose any referential integrity. I don't know if that matters. I still think there's gotta be a better way than removing PK. JMO.

>>During Database maintenance management, I have to switch off/on primary key of concerned table.
>>Can anybody help me for the correct dbsetprop() syntax ?
>>
>>Thank you.
>
>To remove:
>
>ALTER TABLE Mytable DROP PRIMARY KEY
>
>to add:
>
>ADD PRIMARY KEY mykey TAG MyKey
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform