Could not read from System Tables. You must grant SELECT access on all system tables for the databas

来源:互联网 发布:淘宝查购买顺序 编辑:程序博客网 时间:2024/05/17 04:33

https://dev.mysql.com/doc/workbench/en/wb-migration-database-access.html

http://mysqlworkbench.org/2014/08/how-to-guide-to-database-migration-from-ms-access-using-mysql-workbench/

参考上面两篇文章

主要在VB中执行下面这句话

CurrentProject.Connection.Execute “GRANT SELECT ON MSysRelationships TO Admin”


阅读全文
0 0
原创粉丝点击