views:

49

answers:

0

Hi friend I am using MySQL as my database and java as frontend. I am using stored procedure if I want to retrieve the data. There is no synchronization concept.

If I want to get the same result from database i am calling the same stored procedure passed the same value. So I got the result.

But If I do it multiple times in fraction of second then some times i am able to get the data some time not able. also sometime it gives me column not found exception.

This type of random behaviour I am getting.. But If I execute the same query in sqlbrowser then i am not getting that type of problem.