Conn.open "DSN=felipeiron.no-ip.com;UID=mine;PWD=mine;DATABASE=MEMB_STAT"
strSQL = "SELECT * memb stats"
conn.Open strConexao

Why are you opening 2 Connections? This maybe your problem. Otherwise your code looks ok.