...
To use SQL Data Source, set the JNDI first. You can see details on the Data Source Configurationsource configuration page.
SQL Initial Script
This example returns all component names.
Code Block |
---|
select cname, id from component; |
...
To use SQL Data Source, set the JNDI first. You can see details on the Data Source Configurationsource configuration page.
SQL Initial Script
This example returns all component names.
Code Block |
---|
select cname, id from component; |