Jump to content

tMysqlRow run before to delete rows fails


contentengineer

Recommended Posts

v2.0.0

 

We have a simple job to translate data from MS SQL to MySQL.

 

1. Delete existing rows (MySQL)

2. Input rows (MS SQL)

3. Output rows (MySQL)

 

Using following:

 

tMysqlRow_1 with run before

tMSSqlInput_1

tMysqlOutput_1

 

Latter two have tested OK on their own.

 

When run with tMysqlRow_1 and following query; the deletion does not appear to execute (i.e. rows do not disappear!)

 

DELETE from reportboss;

 

This command executes fine on MySQL Query browser using same userid.

 

Have tried adding: "START TRANSACTION; DELETE from reportboss ; COMMIT;" as part of query but this does not execute.

Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...