.net - Transfer data from remote server database into local database daily -


i have access (to-be-developed) web service can return data remote database.

the consumer data windows/.net application needs insert data local database (not sql server).

this syncing one-way -> server local database. local database can have more data (inserted locally through .net application) server database.

how can achieve kind of data transfer? specific questions have now:

  • what type of data should web service return ?
  • how ask data web service not found in local database ?

you should use windows services perform above task . can schedule windows service run once in day import data remote database server local server.

you have write own logic determine data present @ local database , import data not present in local data store. have write logic in wndows service only.


Comments

Popular posts from this blog

java - Run spring boot application error: Cannot instantiate interface org.springframework.context.ApplicationListener -

reactjs - React router and this.props.children - how to pass state to this.props.children -

Excel VBA "Microsoft Windows Common Controls 6.0 (SP6)" Location Changes -