I have a Database in which I use an ODBC connect to another system's data tables. It seems to work OK.
However I am trying to investigate some mysterious changes to the other systems data contents.
I used the Database Designer to build Remote Views for these other tables. The data is retrieved fine.
Within the Remote View Designer I have the Send SQL Updates checked on the Update Criteria tab. I am not certain if this should be checked or not.
I do NOT want to update the actual remote tables until I programatically issue a TABLEUPDATE()
My previous VFP "advisors" told me to check the box. Then, when questioned about it, was less certain about it.
How can I get my views to work reliably and as expected?
What Remote View Designer - Update Criteria parameters should and/or should not be set so that I can:
* retrieve the remote data into the View
* programatically work with the view record's data within code
* NOT update the original remote table AT ALL
* then update the table intentionally with a TABLEUPDATE()
======================
An associated question - I have created this code within a PRG file and am compiling it into an EXE. Since there is no user input except to launch the EXE I did not think that I needed to use a Form.
Are there reasons that I should consider putting this into a Form (maybe Visible=.F.)? Reasons which would help this run as I need?
Your help and advice is greatly appreciated.
Thanks,
JRB-Bldr
However I am trying to investigate some mysterious changes to the other systems data contents.
I used the Database Designer to build Remote Views for these other tables. The data is retrieved fine.
Within the Remote View Designer I have the Send SQL Updates checked on the Update Criteria tab. I am not certain if this should be checked or not.
I do NOT want to update the actual remote tables until I programatically issue a TABLEUPDATE()
My previous VFP "advisors" told me to check the box. Then, when questioned about it, was less certain about it.
How can I get my views to work reliably and as expected?
What Remote View Designer - Update Criteria parameters should and/or should not be set so that I can:
* retrieve the remote data into the View
* programatically work with the view record's data within code
* NOT update the original remote table AT ALL
* then update the table intentionally with a TABLEUPDATE()
======================
An associated question - I have created this code within a PRG file and am compiling it into an EXE. Since there is no user input except to launch the EXE I did not think that I needed to use a Form.
Are there reasons that I should consider putting this into a Form (maybe Visible=.F.)? Reasons which would help this run as I need?
Your help and advice is greatly appreciated.
Thanks,
JRB-Bldr