Hi,
I'd like to create a destktop application and its little sitter on a PPC. The first will use a sql file mdb et the other one will synchronise data in a sdf file.
I found some sample to synchronize sdf file with a sql server but my goal is to create a master application which can synchronize its datas with a sdf file located on a PPC. I think about something like a menuitem which open a form where the user can select his PPC in combobox and run the synchronisation without any server or webservices.
Is there someone who have an idea on how can i do that ?