Global variable or Parameters [message #257717] |
Thu, 09 August 2007 01:28 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
swapnajojo
Messages: 40 Registered: June 2007 Location: India
|
Member |
|
|
Hi Team,
Which is better using global variable or parameters in form Builder application in memory point of view
Thanks in Advance
Swapna
|
|
|
Re: Global variable or Parameters [message #257825 is a reply to message #257717] |
Thu, 09 August 2007 05:08 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
![](/forum/images/custom_avatars/75489.jpg) |
azamkhan
Messages: 557 Registered: August 2005
|
Senior Member |
|
|
Which is better using global variable or parameters in form Builder application in memory point of view
Well you cannt just say which variable is better from the point of view of MEMORY.
As you know that Global variables exists through out the session once they are created where as a parameter exists only for a FORM.
If you require a value thourght out the session in every or in most of the forms then I suggest that Global is the best... but if you need a value in 1 or 2 forms then Parameter is the best.
|
|
|