I try to execute SQL queries from my Visual Studio Code Extension. I know there is an vscode-mssql extension out there for SQL-Server, but I need ODBC connection from my extension. I was expected to work with this odbc package, but it only works for linux.
After reading this I installed it but I get an error as I expected:
Activating extension failed: %1 is not a valid Win32 application.
So, how can I connect to ODBC ?