Results from a select query using DB2 connector
Summary
Results from a select query using DB2 connectorContent
I am have a connection to a DB2 database using the DB2 adapter. I have a select query that returns 5 columns. It validates fine but there is no output data to map. I essentially am trying to create an orchestration that runs once per night. The select statement returns 5 columns of customer related data from our ERP, and stores it in a staging table in MySQL to be used in an autocomplete function in a Visual Builder application. All my other database select's have been via a stored procedure (and return a single value), I'm not sure how
2