SetDBMS Method

Sets the DBMS type and version for which the query is generated. If the server running Microsoft® SQL Server™ is version 7.0 (or higher, when available), it allows the server to take advantage of the features in that particular version.

Syntax

Session.SetDBMS(Type, Version)

Part Description
Session An object variable representing an existing domain object.
Type A reserved integer; it must be 0 (zero).
Version A string in the form of nn.nn.nnnn.

Applies To

Session

See Also

DBMSVersion Property, InitDomain Method, ParseRequest Method


(c) 1996-1998 Microsoft Corporation. All Rights Reserved.