Hi,
I have recorded my script in ODBC protocol as the business function includes:
- connect to the server
- submit an SQL query
- retrieve and process the information
- disconnect from the server
Concern:
How can I fetch the results?
How do I get the logs for the results in output?
- All I get is Action.c(9): lrd_fetch: 2218 row(s) fetched (no more data)
How do I verify that my results are correct?
Any help or suggestions would be helpful!