I\'m using JDBC for very simple database connectivity.
I have created my connection/statement and executed a query. I check the query object of the statement in the
It might be a condition that your table is not committed . Try inserting new records, then commit in your SQL Run Command Window and run your code.