vfp9 I have a database with a remote view based on mysql on webserver.
Send sql updates is checked.
I copied the structure of the view to a temp file
Prepared and added records in the temp file
I want to add the records to the remote view and update the mysql table on the server.
I feel sure i am not approching the insert in the correct way but cannot find an example of how to start.
thanks in advance
wjwjr
This old world keeps spinning round - It's a wonder tall trees ain't layin' down
Send sql updates is checked.
I copied the structure of the view to a temp file
Prepared and added records in the temp file
I want to add the records to the remote view and update the mysql table on the server.
Code:
open database bhp
use content {remote view}
append from contenttmp.dbf {gives error starting at the first memo field that is empty }
thanks in advance
wjwjr
This old world keeps spinning round - It's a wonder tall trees ain't layin' down