|
Re: attaching pll librarys at run time [message #121001 is a reply to message #120709] |
Wed, 25 May 2005 06:28 |
Gurusubramanyam
Messages: 79 Registered: July 2001
|
Member |
|
|
Hi,
As per my understanding you can not dynamically attch the libraries at run time.
If the libray is already attched during design time, then forms runtime will use the attched libarary.
You should not specify a library path when attaching libraries. Path names for library attachments are stored internally and, as a result, are not portable. Instead, you should specify the name of the library and rely on the Form Builder' standard search path to locate your library at runtime.
When searching for attached libraries at runtime, Form Builder first searches the current directory and then the directories listed in the PATH (FORMSxx_PATH and ORACLE_PATH) environment variables.
Bye,
G.S
|
|
|