Home > front end >  The problem of SQL delete specified period of time
The problem of SQL delete specified period of time

Time:01-14

 
Exec="delete * from table where fields between #" & amp; Request. The QueryString (" value1 ") & amp;" # and # "& amp; Request. The QueryString (" value2 ") & amp;" # "
Conn. Execute the exec
Conn. Close
Set the conn=nothing

Or
 
The exec="delete * from table where fields between '" & amp; Request. The QueryString (" value1 ") & amp;" 'and' "& amp; Request. The QueryString (" value2 ") & amp;" '
"Conn. Execute the exec
Conn. Close
Set the conn=nothing


Delete not to drop, ace to give directions, thank you
  •  Tags:  
  • ASP
  • Related