Re: [ADVANCED-DOTNET] Automatic synchronisation

2008-04-06 Thread John Warner
Is the goal to do this when the 'user' alters the local xls file, then take a look at the System.IO.FileSystemWatcher class? It fires an event when a 'watched' file or folder is altered. It saves you writing the polling loop. But this depends on the process that occurs at the remote locations. Joh

[ADVANCED-DOTNET] Automatic synchronisation

2008-04-06 Thread Paul Cowan
Hi, At the moment we have a product which is deployed to different client sites. I am in the process of upgrading this product from ASP to.NET.Each client has their own upload facility where they can upload an .xls file of their contact info which is held in SAP or something into our SQL Se