且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何使用SQL Server 2008数据库作为Access 2007数据库的后端

更新时间:2023-02-07 08:31:06

在Access中,有一个选项可以在链接表时选择SQL Server数据库。


这不是一个SQL Server问题,而是Access一个,所以我会把它移到正确的论坛。
In Access there is an option to select a SQL Server database when linking tables.

This is not a SQL Server question but an Access one so I''ll move it across to the correct forum for you.


感谢Neopa,我认为选项将access数据库链接到sql ,不是sql数据库来访问。如果我错了,请纠正我
thanks Neopa, i thought that option linking access database to sql, not sql database to access. correct me if i''m wrong


正如你所说的那样,你认为你说的是​​什么并不是很清楚,我会简单地说明我的情况了解它,你可以告诉我,如果这证实或反驳了你的想法:
As what you say doesn''t quite make it clear what it is you think you''re saying, I will simply state the situation as I understand it and you can tell me if that confirms or contradicts what you thought you were saying :
  1. Access可以有一个虚拟(链接)表只是到SQL Server表的链接。
  2. 我不相信SQL Server中有过允许反转的工具(链接到Access表)。
  3. SQL Server(数据转换服务或DTS)中有一个工具,它可以处理来自Access数据库的数据,甚至可以将从那里导入的数据导入到自己的数据库中。

这是我对SQL Server 2000的理解。我可能在这方面做错了,希望有人会纠正我,但我很确定事情就是这样。

This is my understanding from SQL Server 2000. I may be wrong on this side of things and hopefully someone will correct me if I am, but I''m pretty sure that''s how things are.