Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL Insert vs Append Blank
Message
 
 
To
17/12/2009 08:50:24
Jerry Tovar
Dana Corporation Dana It
Maumee, Ohio, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01439559
Message ID:
01439567
Views:
80
Jerry,

>Does INSERT INTO use the same header locking techniques that APPEND BLANK does? Do I have to lock the file to make sure INSERT INTO works correctly.

APPEND BLANK would also cause inserts into the indexes blank values followed by updates once actual values are applied to the table. INSERT INTO won't cause the temporary blanks in the indexes, unless of course you are inserting blanks instead of actual column values.
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Previous
Reply
Map
View

Click here to load this message in the networking platform