朱力(梧空) Tue, 13 Nov 2018 04:58:53 -0800
Dear guys, in my case, how can I get the real value of "?0" and "?1" ?
String strsql = "select * from t1 where c1 = ? and c2 =?"; ps = pconn.prepareStatement(strsql); ps.setString(1,"1"); ps.setLong(2,2);