Hello, I would like to use command line parameters to automate opening a connection to my PostgreSQL. Going by the guide at ./help.php#commandline I used the following switches...
C:\Program Files\HeidiSQL\heidisql.exe -n=8 -h=$SERVER -u=$USERNAME -p=$PASSWORD -P=5432
This results in the following error:
I installed the VC Redistributable, but to no avail. But if I initiated the connection manually in the HeidiSQL Session Manager then everything works fine - because I can select libpq-12.dll in the drop-down menu.
What am I missing on the command line parameters, please?
Cheers, Daniel