I have created a DTS Package to Transfer Data from a SQL Server Table to Visual Foxpro Table. And every time data goes from SQL to Vis.FoxPro Table, it should first delete all the records permanently in Vis.FoxPro Table and it should append SQL Data.
Everything is fine in designing and execution of DTS Package. But the problem I am facing is, In Vis.Foxpro Records are deleted but not permanently. Records are marked as Deletion only. After 2 to 3 execution of DTS Package, if we see the table it contains Deleted Records + New Records.
I know you can use the pack command in foxpro to delete the record permanently, but is there anyway to do it in DTS Package? (Pack doesn't work in DTS. when i use it, it gave me an error "Error Description:[Microsoft][ODBC Visual FOxPro Driver]No table is open in the current work area.")
Can anybody please guide me on this?
Tks in Advance,
lenny
Everything is fine in designing and execution of DTS Package. But the problem I am facing is, In Vis.Foxpro Records are deleted but not permanently. Records are marked as Deletion only. After 2 to 3 execution of DTS Package, if we see the table it contains Deleted Records + New Records.
I know you can use the pack command in foxpro to delete the record permanently, but is there anyway to do it in DTS Package? (Pack doesn't work in DTS. when i use it, it gave me an error "Error Description:[Microsoft][ODBC Visual FOxPro Driver]No table is open in the current work area.")
Can anybody please guide me on this?
Tks in Advance,
lenny