Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
RECORD IN USE BY ANOTHER USER
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00408387
Message ID:
00408616
Views:
14
>Hello again!
>
>by positioning I mean, for instance I would have a do loop
>DO WHILE *whatever*
> APPEND BLANK
> REPLACE *SOMETHING1* WITH *THE OTHER1*
> .
> .
> .
> REPLACE *SOMETHINGX* WITH "THE OTHERX*
>ENDDO
>TableUpdate()
>
>By positioning, I mean that as an alternative I could place the tableupdate inside the do loop after the last replace. Would messing up the table updates lock the records or otherwise cause this kind of error? Thank you.

You can prepare all values first, then insert them at once. Look into INSERT INTO command
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform