Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Insert into
Message
 
 
To
18/06/2007 10:59:04
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Environment versions
Visual FoxPro:
VFP 6 SP5
Miscellaneous
Thread ID:
01233950
Message ID:
01233952
Views:
9
>According to the help: "If the table you specify isn't open, it is opened exclusively in a new work area..." The emphasis is mine.
>
>I hadn't noticed this before (I use APPEND BLANK + buffering most of the time); but now I ask: wouldn't this be problematic for multiuser applications?
>
>Is this behavior still so in later versions of VFP?
>
>Must the programmer always include something like the following?
>
>
>if not used("MyTable")
>  use MyTable again in 0
>endif
>insert into MyTable...
>
This is from VFP8 Help:
If the table you specify is not open, Visual FoxPro opens it in a new work area, and the new record is appended to the table. The new work area is not selected; the current work area remains selected.

If the table you specify is open, INSERT appends the new record to the table. If the table is open in a work area other than the current work area, it is not selected after the record is appended; the current work area remains selected.


In other words, no mentioning of exclusive anymore.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform