Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Reindexing and append
Message
 
To
09/07/2006 08:21:52
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows 2000
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01134653
Message ID:
01134815
Views:
13
Chris

AUTOINCERROR off, will surely get you passed the read-only error message. However the Append From will renumber the records because of the autoinc set on the pk. That makes since, as you would want new records numbered during Append from. However, renumbering, backup versions not a good thing.

The next thought was to drop the pk (alter table DROP pk - dropping removes the index not the field) then Append from xxx, then put the primary key back together (alter table ADD pk) then AUTOIncError ON.

Problem, VFP gets confused, Append From xxx gives "File in use error".


Dallas
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform