Open
Description
Describe the enhancement requested
We need to copy connection string properly in SQLDriverConnectW in the ODBC driver according to spec: https://learn.microsoft.com/en-us/sql/odbc/reference/syntax/sqldriverconnect-function?view=sql-server-ver16.
outConnectionString
needs to be properly null-terminated- In scenarios where the DSN window is displayed (see spec),
outConnectionString
needs to include the values entered in the DSN window. - Check if password needs to be masked in the
outConnectionString
output parameter. This can be done by checkingSQLDriverConnectW
behavior of the SQL Server ODBC driver.
i. If the password needs to be masked, update the implementation ofSQLDriverConnectW
to mask the password during copy
Parent issue: #30622
Component(s)
FlightRPC