Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Unique ID Key Issue
Message
 
To
11/03/1999 11:16:44
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00196308
Message ID:
00196475
Views:
26
>>My guess would be that the updates don't get written back to the table. Make sure you FLUSH the data. Take a look at the article on Primary Keys on my web site.
>
>
>UNLOCK automatically flushes the buffers.
>
>BOb

This is right, but this is only as far as FoxPro is concerned. The data are passed to the operating system and from FoxPro point of view they are updated, but they are not actually written to the disk yet, They travel by wires to the NT server, stay for some time in NT Server buffers and/or in NT Server hardware cache. This seems to be enough to get the duplcates. (I had this problem with a big FPD 2.5 app). It seems the best way here is to provide the real unique id keys system.

Nick
Nick Neklioudov
Universal Thread Consultant
3 times Microsoft MVP - Visual FoxPro

"I have not failed. I've just found 10,000 ways that don't work." - Thomas Edison
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform