Submitting data to SQL

J

JuJu

I can find a lot of information on how to build a form
from a SQL db, but none on how to submit data back to a
SQL db. Do I have to do this through a Web Service? Does
anyone have sample code I can see?

Thanks!
 
S

Scott

JuJu
On the Task Pane select Controls
Drag a Button on the the InfoPath Form
R-Click the button, select properties, in the Action drop-down select
Submit, apply changes.

Thats it!
 
G

Guest

I found that I didn't have the Submit to Database option
because I was using data from test tables I created and
did not create primary keys. Once I created primary keys
on the table the option to Submit to Database was
automatically enabled.

Thanks,
Heidi
 

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