sql = "select a.*,b.*,c.* from [Model] a,[Colorbin] b,[Fluxbin] c where a.Model = b.Model_name and a.Model = c.Model_name and a.Model = '" + code + "'";