在迁移表时,我收到了一个错误。错误说
SQLSTATE42000:语法错误或访问冲突: 1064您的SQL语法中有一个错误;检查与您的MariaDB服务器版本对应的手册,以获得正确的语法,以使用接近'json,start_date date not null,end_date date not null,status enum(第1行: create table modules (id int unsigned not null auto_increment主键,title varchar(191) null,description text null,image blob null
我有一个有8个表的数据库,我填充我的数据视图,然后使用每个表的相同代码块保存更改,但是我只能保存8个表中的4个,当我试图在其中保存更改时,其他4个表会给出一个错误Concurrency violation: the UpdateCommand affected 0 of the expected 1 records。{mycon = new MySqlConnection(connect);MySqlDataAd