Hi there,
i know that a database connection can be set up from within a conventional groovy script by specifying a new sql instance, like this:
Sql.newInstance("jdbc:mysql://localhost:3306/mydb","user", "pswd", "com.mysql.jdbc.Driver")
But is it also possible to use a Jedox db connection that has been defined and established as a connection in the ETL interface?
thanks for your support
i know that a database connection can be set up from within a conventional groovy script by specifying a new sql instance, like this:
Sql.newInstance("jdbc:mysql://localhost:3306/mydb","user", "pswd", "com.mysql.jdbc.Driver")
But is it also possible to use a Jedox db connection that has been defined and established as a connection in the ETL interface?
thanks for your support