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

Click here to load this message in the networking platform