DTS skips rows -
12-01-2005
, 10:47 AM
Hi
I have quite a strange DTS problem. I wrote a script to load data from
a Excel spreadsheet into a Access database. If I run the script
(doesn't matter if I run it from Enterprise Manager or with vb code),
it just skips some rows from the source file.
The rows in the spreadsheets are always grouped, means I have about 10
rows, some empty rows, another 10 rows, empty rows... (Cannot change
this, it's a data extract of an existing system)
One of this "blocks" of 10 rows is just skipped. The block before and
the block after are loaded correctly, also all the other blocks in the
spreadsheet. I compared the cell format and they are the same. I don't
have any conditions in the DTS which could exclude this rows (just
conditions to exclude the empty rows).
Does anybody know a problem like this?
Michael |