Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL Insert
Message
 
To
20/02/2003 04:30:47
Niall Dempsey
Initiative Computers
Athlone, Ireland
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00755376
Message ID:
00755814
Views:
9
In VFP 6, you can use Insert-SQL with this syntax only

insert into table1 from memvar
or
insert into table1 (field1,field2,field3) values (val1,val2,val3)
or
insert into table1 (field1,field2,field3) values (table2.field1,table3.field2,table1.field3)


This syntax which you are trying to use is not supported in VFP 6.
Previous
Reply
Map
View

Click here to load this message in the networking platform