% @ LANGUAGE = "VBSCRIPT"%> <%set typeannonce = request.QueryString("typeannonce") %> <% set libDb = Server.CreateObject("ADODB.Connection") libDb.open "tabprod" set bookSet = libDb.execute("select * from annonce where typeannonce='" & typeannonce & "' order by numannonce") %>
|
|
|
|
|
|