Erlang MySQL ODBC Question

Phone phone.bytes@REDACTED
Thu Oct 14 19:39:49 CEST 2010


Newbie to Erlang.

I have successfully connected to MySQL using ODBC, successful SELECT 
statement.  Got result set back like this:

{selected,["fieldname1", "fieldname2"],[{"fieldvalue1","fieldvalue2"}]}

Not sure how this result set is stored and how to get access to the 
fieldvalues in my erlang program.

Probably really dumb?

Thanks



More information about the erlang-questions mailing list