问题
Is there any way to link tables from SQL Server to Access as read-only?
There's too much data to do an import.
回答1:
While providing the credentials to choose the tables from your SQL database, you can configure this SQL user to have read only permissions.
- Add tables to Access database (trough Linked tables)
- Set SQL user (or Windows User, or Role) to "datareader" only. (in SQL Management Studio)
来源:https://stackoverflow.com/questions/33694068/ms-access-read-only-linked-tables-from-sql-server