Hi Experts,
I want to read data from SQL database of third party application
Suggest me what is the best approach to integrate this DB with Dynamics AX 2012.
Thanks
Tanmay
*This post is locked for comments

Hi Experts,
I want to read data from SQL database of third party application
Suggest me what is the best approach to integrate this DB with Dynamics AX 2012.
Thanks
Tanmay
*This post is locked for comments
Here you can find information on how to connect to external databases using x++: msdn.microsoft.com/.../ee677510.aspx
You can choose from many approaches. As usual, there is no single answer and what you should use depends on your actual requirements and restrictions.
For example, I showed in this blog post how to utilize LINQ to SQL.
Thanks Martin and Nikolaos.