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