I assume Heidi uses varchar literals to insert data into MSSQL. You cannot do this. You cannot do that because varchar literals are lossy when they contain data outside of the current codepage. For ...
For compiling on platforms other than Windows, look at the lazarus branch. Delphi 12.1 is required for building HeidiSQL for Windows. Older Delphi versions will most ...