Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MySQL to dbf
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
01139330
Message ID:
01139762
Views:
7
hey,
thanx 4 the help..

i want to insert data frm Mysql to dbf..
Im doing the following

sqlexec(lccon, "select * from mysqltable where source=1", "crsTest")

-->The mysql table has a field called source but this field isnt there in the vfp table. other fields are same.)

insert into myvfptable;
(field1,field2);
values(crstest.field1,crstest.field2)

i KEEP GETTING THE ERROR "COLUMN 'SOURCE' NOT FOUND" why is it looking for the column source in the dbf file???
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform