D
DanielleVBANewbie
Hi guys,
I am getting further with this. Below is the code I have. Right now, it is
not going to both data sources, it comes back and says no new data to submit.
Any ideas there?
Also, I need to know how to make the fail/success message appear once it
does submit?
Any help you can provide would be appreciated.
XDocument.QueryAdapter.Timeout=120;
XDocument.QueryAdapter.Submit();
XDocument.DataAdapters["MainConnection"].Submit();
XDocument.DataAdapters["Submit"].Submit();
I am getting further with this. Below is the code I have. Right now, it is
not going to both data sources, it comes back and says no new data to submit.
Any ideas there?
Also, I need to know how to make the fail/success message appear once it
does submit?
Any help you can provide would be appreciated.
XDocument.QueryAdapter.Timeout=120;
XDocument.QueryAdapter.Submit();
XDocument.DataAdapters["MainConnection"].Submit();
XDocument.DataAdapters["Submit"].Submit();