If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
Hi andrewst
thank you very much for letting me know.
Suppose if i want to see the source code of the procedure which is wrapped , then what should i do.
Originally posted by mahesh_bk1
Hi andrewst
thank you very much for letting me know.
Suppose if i want to see the source code of the procedure which is wrapped , then what should i do.
Mahesh Kumar BK
You can't - that's the point of wrapping it! The wrapped version is like compiled code - you don't convert it back into source code, instead you go back to the original source (i.e. the non-wrapped code in the original file).
Originally posted by andrewst
You can't - that's the point of wrapping it! The wrapped version is like compiled code - you don't convert it back into source code, instead you go back to the original source (i.e. the non-wrapped code in the original file).
Hi,
Check out the following link.
i guess it will help you understand all advantages
and disadvantages more clearly.