JDBC returning empty result set

前端 未结 14 1884
醉话见心
醉话见心 2020-12-15 06:15

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

14条回答
  •  情歌与酒
    2020-12-15 06:29

    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.

提交回复
热议问题