I’m trying to use odbc to connect some erlang code to a mysql server.
I’ve started up the odbc manager with odbc:start().
But I simply cant get the connect call working,
My connect call looks like this:
odbc:connect(“server=localhost;port=3306;Uid=root”,[]).
the only thing I have to work with is the error:
{error,”No SQL-driver information available. Connection to database failed.”}
If someone could help me I would be most grateful.
/ Martin
I’ve heard good things about erlang-mysql-driver from @dizzyd.