Datasource.CreateADOConnection Method

Note

The Datasource object is included in Commerce Server 3.0 only for backward compatibility with sites created in Commerce Server 2.0. New sites should be constructed using ADOs.

The CreateADOConnection method returns a Connection object that represents an open, read-only connection. If you want results sets to be returned in the ADO Recordset object (as opposed to being returned as a SimpleList object containing Dictionary objects), use the ExecuteADO method.

Syntax

Datasource.CreateADOConnection()

Parameters

None.

Related Topics


© 1997-1998 Microsoft Corporation. All rights reserved.