<% ChampIn = request.querystring("Champ") CritereIn = request.querystring("Critere") ImageIn = request.querystring("Image") ImageAff = CInt(request.querystring("Numero")) If ImageAff = 0 then ImageAff = 1 end if %>
Quoi de neuf ? Communiqués Contactez-nous Plan du site Liens utiles  

 
  <% nbtotal = 0 i = 1 flag = 0 If ImageIn = "arts-vi-oeuvres-art-publiques" then SQL_Select = "Select * from tblArts Order by Artiste" else SQL_Select = "Select * from tblArts Where " & ChampIn & " Like '" & CritereIn & "%' Order by Artiste" end if Set CT = Server.CreateObject("ADODB.Connection") Set Rs = Server.CreateObject("ADODB.Recordset") CT.Open "DSN=WEB_ROLE;UID=webadmin;PWD=cm3d1a;" Set RS = CT.Execute(SQL_Select) Do while not RS.eof nbtotal = nbtotal + 1 RS.movenext Loop RS.close Set RS = CT.Execute(SQL_Select) Do while not RS.eof if i = ImageAff then %> <% End if RS.movenext flag = 1 i = i + 1 loop RS.close if flag = 0 then%>

1 de 1 

Gilles Boisvert

Œuvre en consignation : il s’agit d’un prêt du Comité culturel de Sainte-Thérèse. L’œuvre est devenue la propriété du Comité à la suite d’une exposition de l’artiste à la Maison Lachaîne dans le cadre du Printemps des arts en 2000.
 

Agrandir l'oeuvre
Notes bibliographiques
Retour à la liste des artistes
<%end if%>