submitting to sql database

S

saelbeth

I know that you can submit to a database if you design a form from the
database initially, but is there a way that you can retrieve and submit
to more than one database in a single form? That is, have one view with
a database you can retrieve and submit to, and have a different
database in a different view?
 
S

S.Y.M. Wong-A-Ton

You can add several "receive data connections" to retrieve data from the
databases and display them in the views. To submit data back to the
databases, you'll have to use web services.
 
A

Anthony A.

Thanks - I've ended up resorting to that, although I'm having some
problems with it. On the form, there's a repeating section with
controls that the user can fill out. When they press a button, I want
the data from each of the repeating sections to get sent to the web
service. I have it set up as a submit button, but it only sends the
first section of information. Do you know how to fix this?
 

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