Erreur SQL !
SELECT Photos.*,
Especes.NomFrancais AS NomFrancais,
Especes.NomAnglais AS NomAnglais,
Especes.NomScientifique AS NomScientifique,
Galleries.Path AS GalPath, Galleries.Nom AS GalNom,
Section.Path AS SectionPath, Lieux.Nom AS NomLieu
FROM (((Photos INNER JOIN Especes ON Photos.Espece = Especes.Code) INNER JOIN Galleries ON Especes.Gallerie = Galleries.Num) INNER JOIN Section ON (Section.Num = Especes.Section AND Especes.Gallerie = Section.Gallerie)) INNER JOIN Lieux ON Photos.NumLieu = Lieux.Num
WHERE Photos.Qualite > 8
Illegal mix of collations (latin1_general_ci,IMPLICIT) and (latin1_swedish_ci,IMPLICIT) for operation '='