Is it possible to connect to Dataverse using go-sqlcmd? #510
|
So Microsoft provides an SQL compatibility layer to Dataverse. I connect successfully using SSMS on a Windows VM, but I'm looking for something more lightweight, that I could run natively on macOS. go-sqlcmd seems to be a perfect match. However, my attempts are not successful: Does it happen because:
|
Replies: 4 comments 2 replies
|
thx for opening an issue! try |
|
Supposedly, the |
|
Hmm. I don't think it's a TLS issue. It might be that dataverses uses an older TDS protocol. The Go driver expects something newer than 7.2. |
Opened microsoft/go-mssqldb#174