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.

Remarque : This method is for COM only. It is not available in the Perl API.

Syntaxe

VBScript

session.GetServerInfo 
Identificateur
Description
session
Objet Session représentant la session en cours d'accès à la base de données.
Valeur renvoyée
A String identifying the OLE server.

Exemples

VBScript

set sessionObj = GetSession 

serverName = sessionObj.GetServerInfo 

Commentaires en retour