My boss gave me task to access data of GP 2015 from C#.
Following are the criteria:
- Code should be generic. (user will give me table name, column name and any condition if there, to execute insert, delete, update or select queries).
- Client and server may be or may not be in same
- Client and server may be or may not be in same domain Without any installation on client machine
I tried EConnect but it restricts me to limited access and doesn't makes dynamic call to data.
I tried web service. But, We need to add service reference for each web service group.
Is there anything best suitable for my requirement? Or am I missing something while using above two ways?
*This post is locked for comments