查看: 1132|回复: 1
|
sql to microsoft access
[复制链接]
|
|
我要 export 一个 SQL table 去 microsoft access
应该怎样写呢??
select * into [Microsoft.Jet.OLEBD.4.0;Database=c:\test\temp.mdb]..[temp1] from HR..info
select * into [temp1] in 'c:\test\temp.mdb' from HR..info
都不能的....?? |
|
|
|
|
|
|
|
发表于 9-1-2007 05:05 PM
|
显示全部楼层
很简单, 先在 Control Panel -> Administrative Tools -> Data Sources (ODBC) -> 建立一个 SQL Server 的 DSN, 然后从 ms access 用 import 的方法连接相关的 DSN. |
|
|
|
|
|
|
| |
本周最热论坛帖子
|