Are you sure you want to use odbc for this? I know there are a few erlang mysql libraries. They are probably faster.<br><br><br>Sergej<br><br><div class="gmail_quote">On Tue, Mar 17, 2009 at 10:17 AM, Justin Pearson <span dir="ltr"><<a href="mailto:Justin.Pearson@it.uu.se">Justin.Pearson@it.uu.se</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
I am trying to use odbc to connect to a mysql database on Mac OSX<br>
10.5.<br>
<br>
Here is what I did:<br>
 1) Installed the latest version of mysql community edition and<br>
 2) mysql odbc drivers. These I installed from the binary packages on<br>
    mysql webpage.<br>
<br>
 3) I compiled erlang from source I ran ./configure --with-odbc<br>
    before I compiled it.<br>
<br>
I've set up mysql added the users that I need. According to Mac OS's<br>
odbc browser I have a service myodbc which I can connect to using open<br>
office so it is alve.<br>
<br>
But when I try to use erlang I get the following:<br>
<br>
<br>
Eshell V5.6.5  (abort with ^G)<br>
1> odbc:start().<br>
ok<br>
2> odbc:connect("DSN=myodbc;UID=justin;PWD=xxxxxx",[]).<br>
<br>
=ERROR REPORT==== 17-Mar-2009::10:09:02 ===<br>
ODBC: received unexpected info: {tcp_closed,#Port<0.528>}<br>
<br>
<br>
=ERROR REPORT==== 17-Mar-2009::10:09:02 ===<br>
** Generic server <0.37.0> terminating<br>
** Last message in was {#Port<0.526>,{exit_status,138}}<br>
** When Server state == {state,#Port<0.526>,<br>
                               {<0.30.0>,#Ref<0.0.0.39>},<br>
                               <0.30.0>,undefined,on,undefined,undefined,on,<br>
                               connecting,undefined,0,<br>
                               [#Port<0.524>,#Port<0.525>],<br>
                               #Port<0.527>,#Port<0.528>}<br>
** Reason for termination ==<br>
** {port_exit,killed}<br>
{error,connection_closed}<br>
3><br>
<br>
<br>
<br>
<br>
I also get the same if I try<br>
 odbc:connect("some_random_string",[]).<br>
<br>
So I suspect that I'm missing something fundamental?<br>
<br>
<br>
Thanks<br>
<font color="#888888"><br>
Justin Pearson<br>
_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://www.erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://www.erlang.org/mailman/listinfo/erlang-questions</a><br>
</font></blockquote></div><br>