DBName Property

For SQL server backends, this property should specify the name of the database.

IDL Definition

[propget] 
HRESULT DBName([out, retval] VARIANT *pData);
[propput] 
HRESULT DBName([in] VARIANT Data);

Type

VT_BSTR (string)


© 1997-1998 Microsoft Corporation. All rights reserved.