Hello!
I'm Creating a DTS to export information into a VFP table but first a need to
delete all existing data from VFP table
I'm using a conecction "Microsoft OLE DB Provider for Visual Fox Pro" between
SQL server 2000 and my VFP free table called "ValidStores.dbf" and i can view
data from VFP table and export data from SQL 2000 to VFP table.
i added a SQL server task object to execute the command to delete the table
but i has been unsucessfull, im have using the following comand lines
delete from ValidStores <-------- does not do anything to the VFP table but
step run sucessfully
ZAP <--------- sents an error message with a none valid command
How could i delete the data inside the table since i dont want to delete the
table because already have a index.
or is there a better way to doit?
Thanks.
I'm Creating a DTS to export information into a VFP table but first a need to
delete all existing data from VFP table
I'm using a conecction "Microsoft OLE DB Provider for Visual Fox Pro" between
SQL server 2000 and my VFP free table called "ValidStores.dbf" and i can view
data from VFP table and export data from SQL 2000 to VFP table.
i added a SQL server task object to execute the command to delete the table
but i has been unsucessfull, im have using the following comand lines
delete from ValidStores <-------- does not do anything to the VFP table but
step run sucessfully
ZAP <--------- sents an error message with a none valid command
How could i delete the data inside the table since i dont want to delete the
table because already have a index.
or is there a better way to doit?
Thanks.