【发布时间】:2018-04-30 15:12:41
【问题描述】:
我已经设法让我的 Access 作为 MySQL 的前端工作。 我已设法通过连接字符串使其工作,但由于代码中的某些细节我想将 DSN 配置保存为用户 DSN。
我遇到了一个具体问题。我需要在我的连接字符串中使用option=3,因为没有option=3 我得到错误:The Microsoft Jet database engine stopped the process because you and another user are attempting to change the same data at the same time.
如果我在连接字符串中包含 option=3 一切正常。问题是,在 Mysql 连接器/ODBC 数据源配置中,我不知道哪个复选框/选项代表 option=3
【问题讨论】: