What is the difference between bind parameter and lexical parameter?
Bind parameter is prefixed with ':' and it is used to accept the value when executing the query andLexical parameter is prefixed with '&' and are used to build report queries dynamicallyBoth bind and lexical parameters can be used in oracle reports
Bind parameter is prefixed with ':' and it is used to accept the value when executing the query and
ReplyDeleteLexical parameter is prefixed with '&' and are used to build report queries dynamically
Both bind and lexical parameters can be used in oracle reports