in reply to Difference in retrieving values from a varchar2 column and number column from DB
I doubt that the code you have shown us hangs. It doesn't use any loop constructs, recursion or IO, which are typically where hangs appear. Also the code you have shown us doesn't have anything to do with the title of your post, or with retrieving anything for a database.
Please show the code that actually hangs, and tell us where it hangs (you can find out by inserting print statements).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Difference in retrieving values from a varchar2 column and number column from DB
by Arun Kumar (Novice) on Dec 03, 2013 at 17:20 UTC |