Access the answers to your technology questions today.
Subscribe Now
30-day free trial. Register in 60 seconds.
What Makes Experts Exchange Unique?
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.
Try it out and discover for yourself.
Subscribe Now
30-day free trial. Register in 60 seconds.
Join the Community
Give a Little. Get a Lot.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Join the Community
by: DarrenDPosted on 2007-01-19 at 07:56:04ID: 18350009
Hi,
There are a few solution to you problems,
Simple Solution:
You could just create a small application to FTP the file's from the three shops to the head office and then have a SQL Server run a Job which checks (polls) a certain directory , reads the XML file and performs the insert into the database when there is a file there.
You should probably store more than one transaction in an XML file but if that's what you need then go with it.
More Advanced:
You could create a webservice in the head office. Your application could then call the weservice and pass the XML as a string to the webservice and let the webservice perform the insert.
Or
Use MSCOMM32.OCX
There are loads of different ways fo doing this all you have to do is decide how much reliability, effort and time you have to get it done in.
Hope this helps,
Darren