May 2012
MTWTFSS
«Mar  
 123456
78910111213
14151617181920
21222324252627
28293031 

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>