简体   繁体   English

新的 SQL 服务器表在 MS Access 链接表管理器中不可见

[英]New SQL Server table not visible in MS Access Linked Table Manager

I have connected Access with SQL Server using linked table manager.我已使用链接表管理器将 Access 与 SQL 服务器连接起来。 Some tables / views are displayed, some are not.显示了一些表/视图,有些则不显示。

The recently created view does not show up in the list when I try to add it using linked table manager.当我尝试使用链接表管理器添加最近创建的视图时,它不会显示在列表中。

Any ideas how this problem can be solved?任何想法如何解决这个问题? Or is there any other way to link recently created view in SQL Server in Access?或者有没有其他方法可以在 Access 的 SQL 服务器中链接最近创建的视图?

For Access 365 you have to go through the pain of clicking Add to add a new datasource, then selecting the new tables/views.对于 Access 365,您必须通过单击添加以添加新数据源,然后选择新表/视图的痛苦来 go。 If you give the "new" datasource the same name as your existing one Access is at least smart enough to just append the new tables/views to the existing list.如果您为“新”数据源提供与现有数据源相同的名称,则 Access 至少足够智能,仅 append 将新表/视图添加到现有列表中。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 自定义链接到MS Access中的SQL Server的表 - Customizing the table linked to SQL Server in MS Access SQL 中的新表未显示在 Access 链接表管理器中 - New table in SQL not showing in Access linked table manager 在MS Access SQL Server链接表中通过查询传递 - In MS Access SQL Server Linked Table pass through query 什么是SQL Server相当于MS Access中的链接表? - What is the SQL Server equivalent to a linked table in MS Access? MS SQL 数据类型为 Money 的服务器字段在 MS ACCESS 链接表中显示空字段 - MS SQL Server field with Data type of Money shows empty field in MS ACCESS linked table 从MS Access中的SQL Server链接表中检索列说明 - Retrieve column descriptions from SQL Server-linked table in MS Access MS Access 2016 解密在链接的 ODBC SQL Server 表中加密的字段 - MS Access 2016 decrypt field that is encrypted in linked ODBC SQL Server table 由于字段长度,在链接表上插入(从MS Access到SQL Server)失败 - Insert on linked table (from MS Access to SQL Server) fails because of field length 在链接的MS Access表上插入后,SQL Server返回不同的记录 - SQL Server returns different record after insert on linked MS Access table 强制MS Access中的绑定文本框将空字符串(而不是NULL)存储到链接的SQL Server表中 - Force a bound text box in MS Access to store an empty string instead of NULL to a linked SQL Server table
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM