This is a discussion on Sync with SqlServer within the SQL Server Data Warehousing forums, part of the Microsoft SQL Server category; --> Hi, i have a soft that works using MSDE as db engine. My soft have a server version and ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi, i have a soft that works using MSDE as db engine. My soft have a server version and a client version, but they use a local copy of the database. One generic client sends once a day all his new records.. and downloads the new records from the server.. (other records may come from the server.. or from other clients). tha's what i need? is there a way to do it easy?.. is it possible for my clients to download only the new records (the records that they dont have, cause are from the server or from other clients). I use c# and .net framework in companion with MSDE. regards, gianmaria |