Skip to Main Content
HCL Domino Ideas Portal

Welcome to the #dominoforever Product Ideas Forum! The place where you can submit product ideas and enhancement request. We encourage you to participate by voting on, commenting on, and creating new ideas. All new ideas will be evaluated by HCL Product Management & Engineering teams, and the next steps will be communicated. While not all submitted ideas will be executed upon, community feedback will play a key role in influencing which ideas are and when they will be implemented.

For more information and upcoming events around #dominoforever, please visit our Destination Domino Page

Status Needs Review
Workspace Domino
Categories Integration
Created by Guest
Created on Sep 12, 2023

Add Connection String Parameters to LSX LCConnection

By request of HCL support staff, regarding our support case "CS0387941 ", I herewith add an "Enhancement Request" to the ideas portal:


Please make it possible to add Connection String Parameters to a LCConnection in Lotus Script.


Here an example script:


Set LcCon = New Lcconnection("oledb")

LcCon.provider = strOLEDBProvider

LcCon.database = database

LcCon.Server = strPrincipal

LcCon.Userid = user

LcCon.Password = password


Call LcCon.Connect()



Background is:

In our customers web application we connect to an MS SQL server via an OLE DB connection. Therefore we want to try the newest OLE DB driver version 19 from Microsoft but we can´t use it because we have only self-signed certificates installed on our SQL servers. So we would like to use the "Trusted_Server" parameter for opening the connection.

https://www.connectionstrings.com/ole-db-driver-for-sql-server/


Extended Background:

Our customers webserver suffer of severe memory leaks triggered by the usage of the OLE DB connection of our customer web application. So the idea is to try out the newest version of OLE DB drivers.


Best regards
Mark Reiser

sirius-net GmbH, Germany


LSX, LSXLC


  • Attach files