Get more info about an IP address or domain name, such as organization, abuse contacts and geolocation.
One of a set of tools we are providing to everyone as a way of saying thank you for being a part of the community.
rs.open "Select count(*) from table", blah blah blah
to get the row count as rs.fields(0).value,
do
rs.open "select * from table where 1=2", blah blah blah
and then
the count is
rs.fields.count