Products Downloads


French version


 


This function is used to obtain the profile and password actually used after establishing a connection to a physical server.


Important: This function must be used in the program's client part.


Context

  • Windows client

  • Java client

  • Adelia Web client
  • Adelia Cloud client

  • Event Adelia client


Parameters


ALPHA(30)

ServerName

Name of the physical server.

ALPHA(10)

Profile

Real connection profile.

ALPHA(10)

Password

Real connection password.

BOOL

ReturnCode

Return code for the operation:

*TRUE   if the operation was completed successfully.

*FALSE  if it was not.


Example

PhysicalServerName = 'SITE_LONDON'

CALL_DLL 'VATOOLBX.DLL' 'VaToolBxQueryConnection' PhysicalServerName Profile Password ReturnCode


List of the VaToolBx functions by topic


↑ Top of page