Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
MySQL to dbf
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Divers
Thread ID:
01139330
Message ID:
01139762
Vues:
8
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???
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform