yo lo dejaria de la siguiente forma:
Código ASP:
Ver originalset registros = conexion.execute("SELECT * FROM stock_elem where codcla ="& codcla & " and coditem =" & coditem &"")
if not registros.eof then
canR = registros("cant")
if isnull(canR) then canR = 0
if cDbl(canR) < cDbl(canti) then response.write "canR = " & canR & "<br>canti=" & canti
else
respose.write "No existe producto en el stock"
end if