DB Data Connection vs. Web Service Data Connection

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!
 
E

em

Sorry for this multiple posting - but I got 2 times an error message which
said to try the post again.

em
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top