开发者

Exchange Server 2010 and MySql

开发者 https://www.devze.com 2023-03-03 18:17 出处:网络
I have an Exhange 2010 Server... with a public folder... that has a Contact List in it. How would I access this via ODBC? Is it possible to do a \"query\" to pul开发者_如何学Gol the fields from Exch

I have an Exhange 2010 Server... with a public folder... that has a Contact List in it.

How would I access this via ODBC? Is it possible to do a "query" to pul开发者_如何学Gol the fields from Exchange Server into a MySql table?


There's no ODBC driver for Exchange. You need to write an application that reads the folder and then writes the data to a database. Or, you need to automate the exporting of the folder to a CSV file so that you can use a text-file ODBC driver to read it.

RO

0

精彩评论

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