Is it possible to get window login user name while connecting the application from terminal server in powerbuilder version 11
asked 24 Jan '13, 23:39
Ashtech 0●3●3●3 accept rate: 0%
Is that a question on Powerbuilder or SQL Anywhere?
For PB, I would ask in an according forum/newsgroup...
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.
connection_property( 'OSUser' )
answered 25 Jan '13, 10:05
Ian McHardy 3.4k●2●35●57 accept rate: 40%
Once you sign in you will be able to subscribe for any updates here
Answers
Answers and Comments
Markdown Basics
learn more about Markdown
Question tags:
login ×15
question asked: 24 Jan '13, 23:39
question was seen: 2,196 times
last updated: 25 Jan '13, 10:05
Why can't I login anymore with my Yahoo Open-ID
SET OPTION PUBLIC.disconnect_procedure
Login Policy Password Expiration
Getting error "Permission denied: you do not have permission to select from “DUMMY”
[closed] Connecting to remote Sybase ASE 15 server causes arithmetic overflow during login trigger
What's the connection between GRANT CONNECT and CREATE USER?
How to manually unlock a locked user account in SQLA16
Integrated Login
LDAP in Version 12
Restricting user login by ip address
First time here? Check out the FAQ!
Is that a question on Powerbuilder or SQL Anywhere?
For PB, I would ask in an according forum/newsgroup...