Callable Statement
Hi Everyone,
I have two methods, one to insert data in DB by calling a stored procedure and other is retreive data using a select stmt.
I call insert method and next sequential is select method. In such case I could not retreive the latest data inserted. If I insert a sleep of 1 sec only then I can retreive the data inserted.
Any help is appreciated.
Thanks
AV

