Tagged Questions
2
votes
1answer
140 views
How to run thread if multiple data is insert in the multiple table
I'm facing problem in gsoap , if two user go to register
at a same time then database is
locked, i think its threading problem ,
how to handle it, please insist me. I am running multiple ...
1
vote
0answers
16 views
Database lock on gSoap server during storing data in table [duplicate]
Possible Duplicate:
How to run thread if multiple data is insert in the multiple table
I am getting the values from the android app & storing onto the server using sqlite. first time ...