Certain times and various users, I have front-end users lose connection to the back-end. They end up with error #3043 that says: "Your network connection was interrupted. To continue, close the database and open it again." -If this is a new record when this occurs, all data entry is lost and of course my auto numbering gets screwed up.
Even having a persistent connection does not alleviate this.
I have been able to prolong the time it takes for this error to happen by changing some timeout settings, but I am curious about something.
Is it a good idea to have an unbound form and then when the user is ready to submit the data they have entered, dynamically refresh the links to the back-end?
Even having a persistent connection does not alleviate this.
I have been able to prolong the time it takes for this error to happen by changing some timeout settings, but I am curious about something.
Is it a good idea to have an unbound form and then when the user is ready to submit the data they have entered, dynamically refresh the links to the back-end?