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 pull the fields from Exchange Server into a MySql table?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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