Hello, just installed PostgreSQL 13. My question is "Does SymmetricDS 3.12.4 work with it, resp. with his current driver?" Thanks in advance. -- Podpis /Ing. Tomáš Volf/ http://harmonik.cz/files/obrazky/H-logo.png /SIT & KHASO v.o.s./ /technická podpora/ www.harmonik.cz http://www.harmonik.cz
I know it but how can I run "start /B setup.bat" at the begin of selfextracting files?
Cos all commands in batch file must be executed successively there is a necessity of showing cmd-window. Only solution then would be a minimizing this window to tray.
Yes. It was so in historical versions of SymmetrcDS until the release 3.7.36: for /f "delims=" %%i in ('cd') do set SYMHOME=%%i From the version 3.8.0 is: for /f "delims=" %%i in ('echo %CD%') do set SYMHOME=%%i The old version goes well for me, too.
What are the differences between SymmetricDS 3.8.15 from Feb 1, 2017 and Feb 7,2017...
Which is the controlling Corp node and the Store node? At the Store node must be...
In issue ID 0002532 was it marked as solved but as Martin wrote, using the new %CD%...
I mean better should be to use this command line instead of the new one: for /f "delims="...