P
Peter Morris [Droopy eyes software]
Hi all
I want to develop a client which only connects to a server in order to
synchronize data. The idea is that the user will see a smaller view of the
whole database (only items relevant to themself) and may then add new items,
update, delete, etc. Eventually connecting to a middle tier which checks
their changes and sync's with the main database.
I don't want the user to be online and have to "check out" items first, they
should just be able to edit them immediately and then go through some kind
of reconciliation process.
Is ADO .NET the technology to use? Can I enforce some minor business
constraints on the client using ADO .NET? Does ADO .NET have a "prohibit"
for a delete rule, I see cascade etc but no prohibit?
Does anyone know of any good resources I can look at? Articles, components,
etc?
Thank you very much
I want to develop a client which only connects to a server in order to
synchronize data. The idea is that the user will see a smaller view of the
whole database (only items relevant to themself) and may then add new items,
update, delete, etc. Eventually connecting to a middle tier which checks
their changes and sync's with the main database.
I don't want the user to be online and have to "check out" items first, they
should just be able to edit them immediately and then go through some kind
of reconciliation process.
Is ADO .NET the technology to use? Can I enforce some minor business
constraints on the client using ADO .NET? Does ADO .NET have a "prohibit"
for a delete rule, I see cascade etc but no prohibit?
Does anyone know of any good resources I can look at? Articles, components,
etc?
Thank you very much