Tried all sorts of variations to connect from python pyodbc to my local SQL Server
Also tried doing the \ escape
'Server=(LocalDB)\\MSSQLLocalDB;'
'UID=domain\\uname;'
but still get this error
I am able to connect to the same localdb from SSMS.
this is the error message screenshot

