JDBC returning empty result set

前端 未结 14 1883
醉话见心
醉话见心 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:32

    Please check whether the connection and statement Object alive until you iterate the result set, some times we may close unknowingly.

提交回复
热议问题