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:
01139916
Vues:
9
yeah , the mysqltable has a column named source.. Im trying to select data frm the Mysqltable based on the source field and then insert it into a vfp table that is similar to Mysqltable except that it doesnt have the source field.

the code i posted is the actual code. i guess in the sqlexec function I shouldn't do a "select * from mysqltable". this is wat i was trying to do:

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

then i tried to insert the selected value into the dbf file

insert into dbftable(field1,field2) values (crstest.field1,crstest.field2)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform