Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Insert in first record
Message
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01429340
Message ID:
01429355
Views:
58
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--
Previous
Reply
Map
View

Click here to load this message in the networking platform