cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to get window login user name while connecting the application from terminal server

Former Member
0 Kudos
2,514

Is it possible to get window login user name while connecting the application from terminal server in powerbuilder version 11

Accepted Solutions (0)

Answers (1)

Answers (1)

ian_mchardy
Product and Topic Expert
Product and Topic Expert

If you are asking about the Windows user of a client connection to a SQL Anywhere server, then yes, you can get this using connection_property( 'OSUser' ). This propery is available in SQL Anywhere 11 and up.