Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Appending from MySQL
Message
 
 
To
08/11/2006 20:14:42
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:
01168329
Views:
11
Mike,

I'm glad you got it working. As with VFP there are always several alternatives, here's another couple:
*XBase
use TheView in 0
select TheTable
append from dbf( "TheView" )

* SQL
select * ;
   from TheView ;
   into table TheTable
>I found the answer! There are 3 versions of the Append command and the 3rd version applies to my situation and it works! i.e.
>
>INSERT INTO table1 (username, password, date1) ;
> SELECT username, password, date1 FROM usefile_remote_view
>
>Thanks for getting me started. My success with the Help Files has not always been great but this time I was able to find my way.
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform