ComandoSQL = "SELECT * FROM OS WHERE DATA > " & Cdate(Request.Form("DATA1")) & " AND DATA < " & Cdate(Request.Form("DATA2")) & " AND ESPECIE LIKE '%" + Replace(Request.Form("ESPECIE"), "'", "''") + "%' ORDER BY DATA ASC"
Set bd = Conexao.Execute(ComandoSQL)
Question
fertel
O seguinte código:
Dá o seguinte erro:
Por favor me ajudem...
Link to comment
Share on other sites
5 answers to this question
Recommended Posts