connector-x
connector-x copied to clipboard
How to add 'appname' to mssql connection?
For easy to track sql script from sql profiler, we use application name to check.
How to add 'appname' to mssql connection using connectionx ?
Hi @italanchan , we just added the support for appname. Can you try pip install connectorx==0.3.1a5
and construct the connection string like: mssql://{user}:{password}@{host}:{port}/{db}?appname={appname}
and see whether it works?