Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
APPEND BLAN at middle of table
Message
From
10/08/2000 02:14:45
 
 
To
10/08/2000 00:42:45
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00403252
Message ID:
00403276
Views:
12
>Would you please tell me how can i append a record into the middle of table. example, i have 10 records in table, then could i append a new record to the third row?

Use INSERT to add a new record at the record pointer, and you'll need esclusive use. But why? You shouldn't be worrying about natural record order in code. Just primary keys. This is from the Hacker's Guide:

"Don't confuse this INSERT command with the SQL INSERT command, which is very useful."

Get the hint that INSERT is a good idea?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform