Submitting to a SQL database and a sharepoint list

D

DavidH

Does anyone know if you can submit to a sharepoint list and a SQL database on
the same "submit"?
 
S

S.Y.M. Wong-A-Ton

You cannot submit to a database unless you bind your form to the database by
using New from Data Connection when creating your form. If you don't do this,
you'll have to either write code or a web service to be able to submit data
to the database.

To submit a form to multiple sources, just create multiple submit data
connections and either use multiple "Submit using a data connection" rules on
a button, or in code behind a button.
 

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