Submitting data back to the table

S

sadhana

Hi All,

My Question is How to submit data back to the table.

I am able to connect to sql server table and get the data to the infopath
form, after that I have to increment the ID and 've to resubmit it back to
the table or insert a field in the table. I tried the following code in
Form_Submit event handler, but it is not working.

(DataConnections("NAME AS ENTERED IN THE DATA CONNECTION WIZARD").Execute();
).

Any help in this regard is appreaciated.

Thanks
 
S

sadhana

I have added data connection after designing the form. I think that's why, I
am unable to view the "queryFields" tab in the datasources in taskpane.

How to solve my problem.

Thanks
Sadhana
 
S

sadhana

Hi,

What are the steps if I want to submit the data through a WebService????

does it solve my issue?

Thanks
Sadhana
 
K

Kalyan G Reddy MVP (GGK Tech)

Hello

Do you have a webservice already to submit the Data?
 

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