garydt Posted July 28, 2007 Share Posted July 28, 2007 What happens when 2 or more users query or insert records into a database at the same time? Does the website crash andis there a way to overcome it? Also, sometimes, when a user inserts a record it gets duplicated in the database 2 or 3 times. why is this? Quote Link to comment Share on other sites More sharing options...
wildteen88 Posted July 28, 2007 Share Posted July 28, 2007 Your site shouldn't crash as such. The two records should be inserted into the database with no problems. For your second question the user could of double clicked the submit button twice which reset what was posted or when the form was submit they refreshed the page which again resubmitted the form. Or there could be a problem within your code. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.