Platform SDK: Broadcast Architecture

CDatabaseConnection::GetWorkspaceName

The GetWorkspaceName method retrieves the name of the open workspace. C syntax is shown.

CString GetWorkspaceName(void);

Parameters

None.

Return Values

Returns an MFC CString object that contains the name of the workspace. Your application should not alter this string.

Remarks

The name of the open workspace is set during the preceding call to the SetJet method.

Requirements

  Windows NT/2000: Unsupported.
  Windows 95/98: Requires Windows 98.
  Header: Declared in dbsets.h.
  Import Library: Use dbsets.lib or dbsetsst.lib.

See Also

SetJet