S sidero New Member Aug 17, 2001 #1 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
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 M-HT Member Aug 17, 2001 #2 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)
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)
I istvan.hollo Member Aug 17, 2001 #3 Oliver, You found some other informations in _Startup system file also. SELECT * FROM _Startup WITH 2 COL Regards, Istvan
Oliver, You found some other informations in _Startup system file also. SELECT * FROM _Startup WITH 2 COL Regards, Istvan