Hi All,
I have my application written in C# where I am using .net business connector to access AX. I have an intermediate database which contains huge amount of data and what I want to do is, write t-sql queries in my c# code to get that huge data into dataareader and then pass this datareader as a parameter to AX custom class (a class written by me).
Inside the class I want to access this datareader to insert this data into AX tables.
Please suggest how do I achieve this? If possible please share some example code.
Thanks,
Preeti
*This post is locked for comments
I have the same question (0)