List of values ​​with data from a table (oracle).

1
0
-1

List of values ​​with data from a table (oracle). Dear Sirs please if I can help I need to make a list of values ​​with the data in a table,

select cod, name from table;

As I can do?

Thank you;

1 answer

1
0
-1

Santillanh,

Check this project http://community.bonitasoft.com/project/bonita-bpm-development-tools

It will be helpfull to manage the resultset in the output of the connector.

You will need to call the method to convert into a List

BonitaDBTools.toListOfList(resultset)
Notifications