GetCompanyName

Description

Returns the name of the company in the current locale (IBM, in English).

Remarque : This method became available in version 7.0.0.0. This method is for COM only. For Perl, see the ProductInfo Object.

Syntaxe

VBScript

session.GetCompanyName 
Identificateur
Description
session
Objet Session représentant la session en cours d'accès à la base de données.
Valeur de retour
A String containing the company name (for example, IBM).

Feedback