开发者

outlook contacts to sql server [closed]

开发者 https://www.devze.com 2022-12-12 16:56 出处:网络
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.

Closed 4 years ago.

Improve this question

Is there any way to export outlook contacts directly into a sql开发者_运维问答 server db ?

This could be using a tool or programatically


This link http://www.outlookcode.com/article.aspx?ID=25 show how to programatically synchronize outlook items with DB using LINK and ADO.NET.


I would export from Outlook to Access using the Export command in Outlook, and then I would transfer to SQL Server using the Import and Export Data tool of SQL Server.

0

精彩评论

暂无评论...
验证码 换一张
取 消