Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
APPEND BLAN at middle of table
Message
De
10/08/2000 02:14:45
 
 
À
10/08/2000 00:42:45
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00403252
Message ID:
00403276
Vues:
13
>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?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform