cancel
Showing results for 
Search instead for 
Did you mean: 

Simulate/Test Run Transactions

Former Member
0 Kudos

Hi,

How can i go about simulating transactions through the API? just like doing a test-run in DTW?

Thanks,

Matthew

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

Search this forum for TRANSITION.

Also, consult this [thread|;.

You can simulate transition with rollback when set the comment for line with Commit.


...
  ' COMMIT TRANSACTION
  'DEBUG: oSqLTrans.Rollback(sTransactionName)
  oSqLTrans.Commit()
...

Regards

Sierdna S.

Answers (1)

Answers (1)

Former Member
0 Kudos

my advice: create a test copy of the database- create the transactions in the test copy of the database.

If satisfied- run the transactions against the production database.