摘要: 1.MYSQL can't create table(errno:150)详细:[Err] 1005 - Can't create table '.\ejforum\ejf_attach.frm' (errno: 150)解决方法:这是外键参照引起的的,可能是依赖的表没有创建,或依赖的类型不匹配2.java.sql.SQLException: Can not issue SELECT via executeUpdate().解答:该问题是由于在executeUpadate中执行select语句引起的。 阅读全文
posted @ 2014-01-05 20:24 蜗牛之履 阅读(392) 评论(0) 推荐(0) 编辑