Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Add records
Message
From
25/08/2004 02:27:39
 
 
To
24/08/2004 08:54:02
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00935865
Message ID:
00936214
Views:
32
hi,
i'll try to change but i get error message(syntax error),

how i can insert a fields i choice as char1,char2....,and if i want insert all field becuse
fields at table1=fields at table2.
USE Toto IN 0

FOR I = 1 TO THISFORM.Test8.Value
 *  INSERT INTO Toto (<Field list>) VALUES (<Fields from Newamar66>)
    INSERT INTO Toto (char1,char2,char3) VALUES (char1,char2,char3 from Newamar66)
    INSERT INTO Toto (all fields) VALUES (allfields from Newamar66)
thanks.

regards.
m.qasem
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform