Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have created JDBC connection in repository, the database connection property may change during execution from mysql to postgress... how can I create table using tTableCreate component using this connection.
Executing multiple queries is not allowed using tJDBCRow component?? is if possible?
Here is a work around for table creation using query with JDBCRow... Pl check the screenshot...