set dbf=db.execute("select * from pedidos where fecha = 25/10/2005") *
set dbf=db.execute("select * from pedidos where fecha = '25/10/2005'") *
set dbf=db.execute("select * from pedidos where fecha = #25/10/2005#")
set dbf=db.execute("select * from pedidos where fecha like 25/10/2005") *
set dbf=db.execute("select * from pedidos where fecha like '25/10/2005'") *
set dbf=db.execute("select * from pedidos where fecha like #25/10/2005#")