Microsoft Internet Security and Acceleration Server 2000

FPCLog.LogDbDataSource Property

Gets or sets the SQL database source name (DSN).

VBScript Syntax[VBScript]

FPCLog.LogDbDataSource [ = sDSN ]

C++ Syntax[C++]

HRESULT get_LogDBDataSource(
  BSTR *psDSN
);

HRESULT put_LogDBDataSource(
  BSTR sDSN
);

Parameters

sDSN
String that specifies the SQL DSN.

The property is read-write.

Applies To

FPCLog