Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I am using mysql database with .net
My problem is can I run mysql insert query after some delay of time.
I don't know how to handle multiple query from web page request. If two or more user hit web page at the same time then how to handle database.
How can I stop operation of mysql database when one operation/transaction is going from web page.please help I don't have any idea about it.
How to handle multiple insert, auto generate number,update,delete from web site.
Please help me.


[edit]SHOUTING removed, Spurious bold removed - OriginalGriff[/edit]
Posted
Updated 14-Feb-13 1:52am
v2
Comments
OriginalGriff 14-Feb-13 7:52am    
DON'T SHOUT. Using all capitals is considered shouting on the internet, and rude (using all lower case is considered childish). Use proper capitalisation if you want to be taken seriously.
Asim Mahmood 14-Feb-13 8:32am    
Please explain you question why you need to delay and how you are inserting data in DB.
Member 8825505 14-Feb-13 11:27am    
if two user hit save button at the same time how it will managed.if i make mysql table lock for fraction of time when query 1st executes after that table is free for next query.but i don't how to implement this.
Sudhakar Shinde 9-Apr-13 23:54pm    
This is called as concurrency control. Please read http://databasemanagement.wikia.com/wiki/Concurrency_Control to understand how you can handle this.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900