We've got a table with around 50,000 rows. Periodically we want our Outlook
Add-in (C#) app to automatically download it as XML for reference look-up
use.
Is the best way to use write a webservice for this (transferring in XML
format) or is there a better way to transfer such a large amount of data?
Add-in (C#) app to automatically download it as XML for reference look-up
use.
Is the best way to use write a webservice for this (transferring in XML
format) or is there a better way to transfer such a large amount of data?
Comment