Jump to content

multiple database query


garydt

Recommended Posts

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?

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.