我用的jdk1.8, access2013, 发现常规的方式一直报错, 经过测试下面这个是正确的, 很变态.
create table [tablename] (id int auto_increment)
create table if not exists [表五] (id int auto_increment primary key)
本文介绍了一种使用JDK 1.8和Access 2013创建数据库表的特殊方法。面对常规方式无法实现的问题,作者提供了一个有效的解决方案。
我用的jdk1.8, access2013, 发现常规的方式一直报错, 经过测试下面这个是正确的, 很变态.
create table [tablename] (id int auto_increment)
create table if not exists [表五] (id int auto_increment primary key)

被折叠的 条评论
为什么被折叠?