How to populate a CachedRowSet object without resultset?

后端 未结 0 362
无人共我
无人共我 2021-01-22 10:32

Usually, we populate a CachedRowSet in this way:

String queryString = "select * from ... where ...";
PreparedStatement pstm = con.prepareStatement(query         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题