Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Appending from MySQL
Message
De
08/11/2006 23:55:35
Dragan Nedeljkovich (En ligne)
Now officially retired
Zrenjanin, Serbia
 
 
À
08/11/2006 20:04:14
Mike Smith
Doncaster Office Services
Oakville, Ontario, Canada
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 8
Divers
Thread ID:
01167547
Message ID:
01168342
Vues:
15
>Hi Dave:
>
>Thank you for your reply.
>
>The section on Remote Views is quite well documented in the help files, so I was able to create a remote view (called userfile_remote_view) of the MySQL file Userfile.
>
>The file Userfile has 3 fields: username, password and date1. They are all VARCHAR(30) textfields.
>
>I then created a VFP Table in the DBC called Table1 with 3 fields username, password and date1, all text 30 characters wide.
>
>I am trying to append the data in the Remote View to Table1. How would I go about doing this?
use rview
select table1
append from dbf("rview")
or, in VFP9 you could
use rview
insert into table1;
   select * from rview

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform