简体   繁体   中英

Communicating with Microsoft Dynamics GP Database and Project DataBase

I am coding in ASP.NET C#. I have Microsoft Dynamics GP hosted at a server and my database hosted at another server. I would like the GP database take value from some table there and synchronise it with my database. Which is the best alternative? Data transmission Service(DTS)?

You can write SQL statements directly or use DTS if what you're doing doesn't require changing any business rules. If you, however, are making changes to the database that need to go through some kind of validation or have some business rules applied, you should use econnect or web services modules. Hope this helps.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM