Erreur SQL !
SELECT num_detail, type, nom_detail, nom_variete, nom_type
FROM plante_detail , type_plante
where type=1
and plante_detail.type = type_plante.num_type
order by nom_detail
Table 'chti_jardin.plante_detail' doesn't exist