ICreateRow

ICreateRow creates and binds to an object named by a URL.

When to Implement

ICreateRow is a mandatory interface on the OLE DB root binder object and on all provider binder objects. It is also an optional interface on session and row objects.

When to Call

Consumers call ICreateRow::CreateRow to create and bind to an object named by a URL.

Method

Description

CreateRow

Creates and binds to an object named by a URL and returns the requested interface pointer.

This topic is a part of: