MikeMcKeown
Programmer
Hi,
I have set up a DTS package which links to an Excel document. This document is going to be updated on a weekly basis.
However the problem is that when I run the query, the rows just append to what is already there and I would like to replace them.
I then tried to use an SQL Task in the DTS package designer where I selected to delete the rows in the Excel sheet and then I was going to add the new rows.
However when I run the package, I get the following error:-
Deleting Data in a linked table is not supported by this ISAM.
I am however able to write to this Excel document.
Any ideas??
I have set up a DTS package which links to an Excel document. This document is going to be updated on a weekly basis.
However the problem is that when I run the query, the rows just append to what is already there and I would like to replace them.
I then tried to use an SQL Task in the DTS package designer where I selected to delete the rows in the Excel sheet and then I was going to add the new rows.
However when I run the package, I get the following error:-
Deleting Data in a linked table is not supported by this ISAM.
I am however able to write to this Excel document.
Any ideas??