Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Appending from MySQL
Message
From
08/11/2006 23:55:35
Dragan Nedeljkovich (Online)
Now officially retired
Zrenjanin, Serbia
 
 
To
08/11/2006 20:04:14
Mike Smith
Doncaster Office Services
Oakville, Ontario, Canada
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 8
Miscellaneous
Thread ID:
01167547
Message ID:
01168342
Views:
16
>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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform