Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Insert in first record
Message
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
Divers
Thread ID:
01429340
Message ID:
01429355
Vues:
57
1. Create another cursor with the same structure
2. Insert the record
3. Append from the old cursor

>I need insert data in first record of a cursor
>But it inserts always on bottom
>
>I am using commands below
>
>(this record will be the header of .txt file which I will export the cursor to)
>
>
>SELECT al_internet
> GO top
>INSERT INTO al_internet (username, password, firstname, lastname, email,city,phone1,address ) VALUES ( "username", "password", "firstname", "lastname", "email","city","phone1","address")
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform