mysql - MS Access 前端/MySQL 后端兼容和推荐的数据类型

标签 mysql ms-access types

当使用 Microsoft Access 作为前端时,我需要一个推荐的 MySQL 数据类型列表。谁能给我指点网上一篇简洁的文章,或者在这里发布一个列表?

最佳答案

看看这个:Using Connector/ODBC with Microsoft Applications

For all versions of Access, you should enable the Connector/ODBC Return matching rows option. For Access 2.0, you should additionally enable the Simulate ODBC 1.0 option.

You should have a TIMESTAMP column in all tables that you want to be able to update. For maximum portability, do not use a length specification in the column declaration (which is unsupported within MySQL in versions earlier than 4.1).

...

Access cannot always handle the MySQL DATE column properly. If you have a problem with these, change the columns to DATETIME.

....

关于mysql - MS Access 前端/MySQL 后端兼容和推荐的数据类型,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2222748/

相关文章:

ms-access - 是否可以单击报告记录以使用 VBA 在 Access 中打开相关表单

typescript - 获取函数/类构造函数的参数类型

mysql排他关系可能性

mysql - 为涉及 join、group/order-by、union 等的 mysql 查询在表上创建索引

php - SQLSTATE[42000] : Syntax error or access violation: 1055

Python mypy 类型检查未按预期工作

sql - SSIS数据类型到SQL Server数据类型转换表 : Should I choose numeric or decimal?

php - Mysql/PHP错误: not displaying $username

java - 如何为此 JDBC :ODBC connection string that is trying to connect to an MS Access database 添加密码

ms-access - 按日期删除数据,其中日期为文本格式 YYYY/MM