christer102
IS-IT--Management
Trying to insert data from SQL to Dbase using DTS. The problem is that I have it just "cloning" the data, only inserting data where the record already exists (so I end up having two record in the Dbase table), and it is ignoring any new records that exists in the SQL table. Obviously I need an insert statement, I have tried the datadriven query, which is telling me no query spefication returned by transform status. Can anyone point me in the right direction how to do this? I need to have insert new records from SQL, and then secondly update any existing records from SQL.