Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

URL of the database. Variables and Functions are supported. 

Variables in the Connection URL field might not resolved correctly if the user (running the task or executing the command) does not have Read Permission on the variable.

If you are using a MySQL database and want the ability to issue multiple SQL commands from a single task, you need to enable this by appending the following string to the end of the connection string:

?allowMultiQueries=true

For example:

jdbc:mysql://localhost:3306/uc?allowMultiQueries=true

  • No labels