ParseSiteExtendedName

Description

Splits the name of a database object into an unextended name and a site extension. Returns true if successful and otherwise returns False.

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

If the specified name is an unextended name, the returned name will be the same as the specified name. This method supports MultiSite operations and may be useful in detected or resolving naming conflicts. A site-extended name contains a site-specific extension that makes it unique among all names in the MultiSite environment. An unextended name is the name used when the object was created and is only guaranteed to be unique to its site.

Syntax

VBScript


session.ParseSiteExtendedName name, return_unextended_name,
return_dbid
Identifier
Description
session
The Session object that represents the current database-access session.
name
A String containing the name of a database object.
return_unextended_name
In Visual Basic, a Variant containing the returned, unextended name of the database object.
return_dbid
In Visual Basic, a Variant containing the returned database identifier.
Return value
Boolean True if successful and otherwise False.