E
em
Hi,
in an IP form I
a) query multiple records (elements) from a SQL DB
b) make additions, changes and deletions to this multiple elements "offline"
c) submit the changed elements to the SQL DB at once
This works fine.
Now I have to do the same with web services (connected to a DB) and I would
be very grateful to get some advice concerning the "basic conceptual
approach" to do that with web services. For example - how do I deal with
a) optimizing submission (exclude unchanged elements from submitting) ?
b) processing multiple elements (including error handling) ?
c) processing new elements (getting the primary key back to IP) ?
just to mention a few questions.
Any advice is appreciated. Thanks!
in an IP form I
a) query multiple records (elements) from a SQL DB
b) make additions, changes and deletions to this multiple elements "offline"
c) submit the changed elements to the SQL DB at once
This works fine.
Now I have to do the same with web services (connected to a DB) and I would
be very grateful to get some advice concerning the "basic conceptual
approach" to do that with web services. For example - how do I deal with
a) optimizing submission (exclude unchanged elements from submitting) ?
b) processing multiple elements (including error handling) ?
c) processing new elements (getting the primary key back to IP) ?
just to mention a few questions.
Any advice is appreciated. Thanks!