i modify the M5server.bat like this:
 
"%MONETDB%\bin\mserver5.exe" --dbname=demo --set mapi_open=true --set "prefix=%MONETDB%" --set "exec_prefix=%MONETDB%" %MONETDBFARM% %*




------------------ 原始邮件 ------------------
发件人: li, xiaohua;
发送时间: 2012-07-25 16:36:05
收件人: monetdb-users;
抄送: (无);
主题: [MonetDB-users] how to access remote server in windows
Hi all:
    we want to copy a text file into a remote server, we don't know how to set the mapi_open = yes   on windows.    we try add   --set "mapi_open= yes"  in the M5server.bat . but we don't know whether it take effect. how can we know?

   when we use jdbc  or odbc to access a remote monetdb database.  we try to use

jdbc:monetdb://dvs001:5000/demo.  or change the odbc host to an ip address: 192.168.1.100.      we can't connect to the database.    only we use localhost can we connect to the database. 

    does monetdb support remote access in windows?   

lixiaohua
Shanghai,China