JDBC
wustkk
这个作者很懒,什么都没留下…
展开
-
Result Set not updatable
com.mysql.jdbc.NotUpdatable: Result Set not updatable (referenced table has no primary keys).This result set must come from a statement that was created with a result set type of ResultSet.CONCUR_UPDA转载 2012-04-16 22:50:07 · 3867 阅读 · 0 评论 -
Mysql回滚不成功
Mysql回滚不成功,是由于Mysql表的类型为:MyISAM 设置为InnoDB就行了。转载 2012-04-16 23:14:28 · 627 阅读 · 0 评论 -
mysql的JDBC连接
package jdbc.mysql; import java.sql.Connection; import java.sql.DriverManager; import java.sql.ResultSet; import java.sql.Savepoint; import java.sql.Statement; import java.util.UUID; public class My转载 2012-04-12 19:13:45 · 356 阅读 · 0 评论