How to specify the used data source

D

DavidGaravit

Hi

I created a form and added an access db as the main data source. But I have
a problem.

How can I specify the data source to submit??
This is the deal:
1) Insert some values in Access database
2) To insert them, I use: XDocument.Submit
3) Read the ID generated for the inserted value
4) Finally submit the form (by clicking a button) to a share point

The problem is that step (2) is generating me errors 'cause that command is
submitting to the Access database and to the sharepoint at the same time

How can I specify in step (2), to submit only to my Access DB???

Regards
 

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