hello
Is there a way of testing within sybase to see it a router in online
I'am looking for something like this:
li_ipcheck = ping 172.16.10.252
if li_ipcheck = 1 then
message("ok","ok")
else
messagebox("not oke","not oke")
end if
Is there a way of testing within sybase to see it a router in online
I'am looking for something like this:
li_ipcheck = ping 172.16.10.252
if li_ipcheck = 1 then
message("ok","ok")
else
messagebox("not oke","not oke")
end if