winston1984
IS-IT--Management
I have a DTS package that connect to the database, uses a select command to get the required data and puts it in a Rowset global variable. Then I have a connection to a MYSQL database, where I take the value of the rowset and delete the values from the table in the mysql database. If I use the global variable Row value, it works fine (only deleting one value) but with rowset I get the following error:
Need to run the object to eprform this operation
Provider generated code execution exception: EXCEPTION_ACCESS_VIOLATION.
Why?
Need to run the object to eprform this operation
Provider generated code execution exception: EXCEPTION_ACCESS_VIOLATION.
Why?