smartglass
IS-IT--Management
Hi:
I use VFP to create a stand alone database of sales orders from a SQL database. I append new sales orders from SQL each day. My problem is that as sales order records in SQL are closed, then I need to close them in the VFP database, too (ie set the Field value 'Status' from 'O' to 'C' where they are 'C' in SQL. In other words update VFP table where SQL table = 'C'. THe vfp table is a mirror of the SQL table so joins are at the record number.
I have tried various UPDATE queries, and read several manuals, but nothing seems to point me to the right code.Can anybody point me forwards, please?
Thanks!
I use VFP to create a stand alone database of sales orders from a SQL database. I append new sales orders from SQL each day. My problem is that as sales order records in SQL are closed, then I need to close them in the VFP database, too (ie set the Field value 'Status' from 'O' to 'C' where they are 'C' in SQL. In other words update VFP table where SQL table = 'C'. THe vfp table is a mirror of the SQL table so joins are at the record number.
I have tried various UPDATE queries, and read several manuals, but nothing seems to point me to the right code.Can anybody point me forwards, please?
Thanks!