GetVendor

Description

Returns the vendor type of the database.

Syntax

Perl


$dbDesc->GetVendor(); 
Identifier
Description
dbDesc

A DatabaseDesc object containing information about one of the installed databases.

Return value
A Long containing one of the DatabaseVendor enumerated constants.

Examples

Perl

my $vendor = $dbDesc->GetVendor();