16 Jul
2006
16 Jul
'06
9:39 a.m.
On 16-07-2006 02:12:52 -0700, china-davy wrote:
My question is: 1.Can MonetDB server be connected via ODBC driver from a remote Application Clinet? 2.If it is so,how can I connet the MonetDB server.Wether need I do some configuration in the configure file of the MonetDB server?
You have to enable the server to listen to remote connections. This can be done by using: mapi_start(true); instead of just "mapi_start();". I hope this helps.