GetServerInfo
Description
Returns a String identifying the session's OLE server.
Usually, this method returns a string such as "cqole" but the OLE server may choose to return a string that contains other information for identifying the server.
Note: This method is for COM only. It is not available
in the Perl API.
Syntax
VBScript
session.GetServerInfo
- Identifier
- Description
- session
- The Session object that represents the current database-access session.
- Return value
- A String identifying the OLE server.
Examples
VBScript
set sessionObj = GetSession
serverName = sessionObj.GetServerInfo