Io non ti capisco...
codice:
strSQL = "select * from products where tip_UK = '" & tip_UK &"'"
rs.open strSQL, objConn
if not rs.EOF then
response.write "RX"
else
response.write "no RX"
end if
rs.Close
set rs=nothing
Roby