Faulty Database reference

O

oakridge

In the development of a form, I removed a secondary database and replaced it
with another. However on the submit function an error message appears that
the old secondary cannot be found but eventually the data is submitted. I
have looked at the form and see no bindings to the old file. Is there
another way look at the file to eliminate this message?
 
M

Michelle

(Apologies if you've tried these already)

Have you checked the connection string for the data connection in the
Manifest.xsf file is correct?
Also, have you double checked the submit function is calling the correct
secondary data connection?
 
Top