February 2012
MTWTFSS
«Mar  
 12345
6789101112
13141516171819
20212223242526
272829 

Get Client IP Address in Power Builder

Sometime we need to get the client IP Address. Usually in “login window” to validate the access right of the user. We can use following SQL statement to get that information:

ls_ip_address
select connection_property(‘nodeaddress’)
into:ls_ip_address
from dummy
using sqlca;

Inlinks:

Leave a Reply

  

  

  

You can use these HTML tags

<a href=""title=""><abbr title=""><acronym title=""><b><blockquote cite=""><cite><code><del datetime=""><em><i><q cite=""><strike><strong>