System.out.println("----Warning----");
rc=true;
while(warn!=null)
{
System.out.print("SQLState:"+warn.getSQLState());
System.out.print("Message:"+warn.getMessage());
System.out.print("Vendor:"+warn.getErrorCode());
System.out.println("");
warn=warn.getNextWarning();
}
return rc;
private static void dispResultSet(ResultSet rs) throws SQLException
&n
<< 上一页 [11] [12] [13] [14] 下一页
Copyright @ 2007 MinTao学以致用网(www.mintao.net) Inc All Rights Reserved. QQ:543098146 QQ:261561092 QQ:179647303 MSN:min906@126.com 站长:MinTao 信息产业部ICP备案号:鄂ICP备07500065号