Dear Erlang Team!<br><br>I have a problem with connection to the remote database via ODBC in Erlang.<br><br>1> odbc:connect("DSN=pg", [{scrollable_cursors, off}]).<br>{error,{{badmatch,{error,eafnosupport}},<br>
        [{odbc,init,1},{gen_server,init_it,6},{proc_lib,init_p,5}]}}<br><br>The database is located on another machine in the local network.<br>I have tried to connect to this database in the OpenOffice Base (using ODBC) and there  are no problems. And I had not any troubles with connection in Erlang on the machine where database is located.<br>
 <br>May you help me, please?<br><br>Andrey.<br>