Cleverer way might be
to select it already in the sql.. like:
rs.open 'select * from ips where ip = '' & bannedip & ''', conn,3,3
if not rs.eof then
response.redirect 'about:blank'
end if
short one, hope you understand.
(
Clark CliffClive Jingel KjellElg,
Tue 18 Nov 2003, 19:15,
archived)
Yup
much better idea.
(
UncleLewy,
Tue 18 Nov 2003, 19:28,
archived)