Changes between Version 6 and Version 7 of v6/pgsummary
- Timestamp:
- 04/19/2012 04:31:33 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v6/pgsummary
v6 v7 124 124 }}} 125 125 126 * PreparedStatement中参数的占位符不能有编号 127 {{{ 128 String sql = "select * from ent_company where id = ?1"; 129 PreparedStatement ps = con.prepareStatement(sql); 130 ResultSet rs = ps.executeQuery(); 131 执行时报错,要把?后面的数字去掉,改成 132 String sql = "select * from ent_company where id = ?"; 133 134 }}} 135 126 136 == 导数据 == 127 137 * 字符长度超长
![(please configure the [header_logo] section in trac.ini)](http://www1.pconline.com.cn/global/2008/images/jss/m_logo091125.jpg)