I try to connect with HeidiSQL 11.0.0.5919 on Linux (Ubuntu 20.04) to a local SQL Server running in Docker. When I try to switch the connection type to "Microsoft SQL Server (TCP/IP)" HeidiSQL crashes.
See attached bug report.
I try to connect with HeidiSQL 11.0.0.5919 on Linux (Ubuntu 20.04) to a local SQL Server running in Docker. When I try to switch the connection type to "Microsoft SQL Server (TCP/IP)" HeidiSQL crashes.
See attached bug report.
Perhaps update Wine? I don't know which version is the current one for Ubuntu, but there may be a newer Wine out there?
MSSQL is the only connection type in HeidiSQL which goes through the ADO libraries. On Windows, you normally also need to make sure to have the latest VC redistributable from https://support.microsoft.com/en-us/help/3179560/update-for-visual-c-2013-and-visual-c-redistributable-package . Probably that helps.
I'm not sure what this means or if it's helpful, but wine showed this when it crashed:
I tried updating the VC Redistributable from this page:
https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads
to the one in the "Visual Studio 2015, 2017 and 2019" section, but HeidiSQL still crashed. Is that the right one?
I tried those commands. I got quite a few errors/warnings about 32-bit vs 64-bit versions. I tried this:
winetricks prefix=wine32 mdac28 winetricks prefix=wine32 native_mdac
and that made the errors go away. However, when I tried to select MS SQL again in HeidiSQL it crashed. Is there anything else I could try?
Please login to leave a reply, or register at first.