16 Jul
2006
16 Jul
'06
12:49 p.m.
On 16-07-2006 05:39:59 -0700, china-davy wrote:
Thank you very much.I have added the parameters according your suggestion.But I stil can not connet to the server from another host client.Please help me.
The conent of the MSQLserver are as follows:
@echo off rem figure out the folder name set MONETDB=%~dp0 rem remove the final backslash from the path set MONETDB=%MONETDB:~0,-1% rem start the real server "%MONETDB%\Mserver.bat" --dbinit="module(sql_server); sql_server_start();mapi_start(true);" %*
Could you try this? "%MONETDB%\Mserver.bat" --dbinit="module(sql_server); mapi_start(true); mapi_register(sql_frontend());" %*