DBSource Property

This property specifies the database source.  If an SQL server is being used, this property should contain the server name.  If a JET database is being used, this property should contain the filesystem path to the .MDB file.

IDL Definition

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

Type

VT_BSTR (string)


© 1997-1998 Microsoft Corporation. All rights reserved.