This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
data is not comming in order as it stored in database
santosh kimothi
Ranch Hand
Joined: Jun 10, 2009
Posts: 32
posted
0
i am having a student table in oracle database...
but when i am retrieving the data from this table by using resultset and jdbc connection. the rows retrieved by resultset are not comming in order, means according to logic first, first row should come, after that second and so on...
but here this order is not predictable, sometime while displaying the output its not following the order...