Microsoft JET Database Engine 错误 '80040e07'
标准表达式中数据类型不匹配。
————————————————————————————————
最大的可能性(to me) 就是 对数字类型的列加了单引号
比如 id为数字 可sql里却写成了 exam_degree where id='"+degree_id+"'
access
Microsoft JET Database Engine 错误 '80040e07'
标准表达式中数据类型不匹配。
————————————————————————————————
最大的可能性(to me) 就是 对数字类型的列加了单引号
比如 id为数字 可sql里却写成了 exam_degree where id='"+degree_id+"'
access
相关文章: