I'm using the following line to connect to a database to write some information on logon.
Code:
 
$objConn=DBConnOpen('DRIVER={SQL Server};SERVER=SQLSERVER;UID=me;PWD=password;DATABASE=database1')



That all works fine, but what are my options (if any) if I want to not expose the connection's user name and password in the text of my KiXtart code?

Thanks!