HI All.
Working in vfp9, with SQL backend. Creating remote views. When a customer record is changed, the fields that were selected for change (say name and zip) are being updated multiple times for different 'customers'. so when I change a zip code to '88888' for that one customer, it varies but normally around 100 rows are affected. This only seems to occur with more than 3000 records in the sql database.
I perform a "LOCATE" on the remote view (to locate that specific customer) and then issuing a tableupdate().
Ive tried throwing the data into a cursor and array, but stil the same results. Has anyone experienced this?
Thanks
Working in vfp9, with SQL backend. Creating remote views. When a customer record is changed, the fields that were selected for change (say name and zip) are being updated multiple times for different 'customers'. so when I change a zip code to '88888' for that one customer, it varies but normally around 100 rows are affected. This only seems to occur with more than 3000 records in the sql database.
I perform a "LOCATE" on the remote view (to locate that specific customer) and then issuing a tableupdate().
Ive tried throwing the data into a cursor and array, but stil the same results. Has anyone experienced this?
Thanks