I have established a connection to a btrieve data file using ODBC system DSN. Actually the file is Pervasive SQL 2000, but still has BTR extension.
I'm using VFP 6 and am setting this up in the project manager, rather than using the command window. I have added a connection and I have added a remote view using that connection in the Data section of the project manager. I have no problem pulling up data and browsing it in the remote view. My problem is updating. I change data in the browse window or issue a replace command from the command window and then issue TableUpdate(). My view changes, but when I go back to the btrieve (Pervasive SQL) table in the original software using it, nothing is changed. What am I missing here? I have 29 betrieve tables on which I need to change customer numbers SOON. Any help?
My update criteria on the remote view definition are Key and modified fields and SQL update. The customer number is flagged as the key. I thought maybe the problem might be related to attempting to update the key field, but have tried updating other fields with no better success.
Barbara
I'm using VFP 6 and am setting this up in the project manager, rather than using the command window. I have added a connection and I have added a remote view using that connection in the Data section of the project manager. I have no problem pulling up data and browsing it in the remote view. My problem is updating. I change data in the browse window or issue a replace command from the command window and then issue TableUpdate(). My view changes, but when I go back to the btrieve (Pervasive SQL) table in the original software using it, nothing is changed. What am I missing here? I have 29 betrieve tables on which I need to change customer numbers SOON. Any help?
My update criteria on the remote view definition are Key and modified fields and SQL update. The customer number is flagged as the key. I thought maybe the problem might be related to attempting to update the key field, but have tried updating other fields with no better success.
Barbara