What is a library?

A library is a collection of subprograms including user named procedures, functions and packages.

Showing Answers 1 - 1 of 1 Answers

orazeb

  • Jul 11th, 2009
 

When some procedures, function are frequently used in your applications, you can create a library containing these functions or procedures, and call them from anyform, to avoid redundancy or writing the same function/procedure in multiple, forms.

this is also helpful, when the procedure written in library is changed, the change will be in effect for all form calling that procedure. otherwise one has to open all forms and make required changes and procedures can be missed causing problems in the system

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions