Hi,
i was trying to pass some own/more connection infos to our login procedure.
I used the "CON=" parameter.
CON=PROGRAM_USER=test_user@
PROGRAM_PASSWORD=pasword_hash@PROGRAM_CON_NAME=Test Connection
Is there a better way to pass such infos?
First I thought about the connectstring (e.g. ConnectString='DSN=myDatabase;UserDefinedOption=ABC') but i didn't find a way to access these infos in my login procedure.
How do i change the connection-name property in my login procedure?
set option name=Test Connection; -- does not work
Regards
Stefan