Inflectra Customer Forums: Connect to a secure database and execute queries using Rapise (Thread) Hi, I would like to connect to a database which requires login credentials. I was trying different things but failed to succeed. Can you show me an example of how to use Database.DoAttach to perform such a connection or tell me if it is even possible? Thanks! en-US(C) Copyright 2006-2024 Inflectra Corporation.support@inflectra.com/Computers/Software/Project_Management//Computers/Software/Quality_Assurance/KronoDesksupport@inflectra.comhttp://www.inflectra.com/kronodesk/forums/threads120/Support/Forum/rapise/issues-questions/1864.aspxthreadId=1864Stefan Mandovski (stefan.mandovski@interworks.com.mk)db sql query database rapiseConnect to a secure database and execute queries using Rapise Hi, I would like to connect to a database which requires login credentials. I was trying different things but failed to succeed. Can you show me an example of how to use Database.DoAttach to perform such a connection or tell me if it is even possible? Thanks! Wed, 06 Jun 2018 12:08:57 -04002018-06-07T06:34:54-04:00/Support/Forum/rapise/issues-questions/1864.aspxmessageId=3308Alex G (alexey.grinevich@inflectra.com) Hi Stefan, User and password may be passed as a part of the connection string. It also depends on Hi Stefan, User and password may be passed as a part of the connection string. It also depends on the database type. For example, for SQL Server it would be: ........User ID=mylogin;Password=mypassword; You may find more information here: https://www.connectionstrings.com/all-sql-server-connection-string-keywords/ I hope that helps. Regards, Alexey Thu, 07 Jun 2018 06:34:54 -04002018-06-07T06:34:54-04:00/Support/Forum/rapise/issues-questions/1864.aspx#reply3308