Changeset: 19150e5d87a4 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/19150e5d87a4 Modified Files: monetdb5/NT/M5server.bat Branch: default Log Message:
On MS Windows when starting the mserver5 process also load the odbc_loader module, as on Windows the ODBC driver manager library (odbc.dll) always exists. This enhances the out-of-the-box user experience, as the user does not need to manually find and edit this .bat script file. diffs (12 lines): diff --git a/monetdb5/NT/M5server.bat b/monetdb5/NT/M5server.bat --- a/monetdb5/NT/M5server.bat +++ b/monetdb5/NT/M5server.bat @@ -52,7 +52,7 @@ call "%MONETDB%\pyapi_locatepython3.bat" :skippython3 rem start the real server -"%MONETDB%\bin\mserver5.exe" --set "prefix=%MONETDB%" --set %MONETDBPYTHONUDF% --set "exec_prefix=%MONETDB%" %MONETDBFARM% %* +"%MONETDB%\bin\mserver5.exe" --set "prefix=%MONETDB%" --set %MONETDBPYTHONUDF% --set "exec_prefix=%MONETDB%" --loadmodule=odbc_loader %MONETDBFARM% %* if ERRORLEVEL 1 pause _______________________________________________ checkin-list mailing list -- [email protected] To unsubscribe send an email to [email protected]
