displaying connect parameters

sidero

New Member
I would like to display the database connection parameters in a small info window as we have a real environment and a test environment.

Does anyone have a clue on how to display the connection parameters???? (for example; The -H -S Parameters)

Thanks in advance
Oliver
 

M-HT

Member
Hi Oliver,
you can use the DBPARAM function. It returns a comma–separated list of the parameters used to connect to the database.

SYNTAX

DBPARAM(integer-expression|logical-name|alias)
 
Top