I am using the oraclequery component to run some database queries. I've successfully got the component connection to the Oracle db I want to query through the ConnectionString configuration. I have successfully tested a query that I wrote in the CommandText field. Now, how do I capture the output of the query?
Thanks in advance!
I received an external response. Here is the recap of what was offered to me:
You create a windows form with the necessary components for your desired outcome (For this instance we have a button that initiates the automation/query and a dataGridView component that will display a dynamic output of query results)