Data.Win.ADODB.TADOConnection.Provider

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Provider: WideString read GetProvider write SetProvider stored IsProviderStored;

C++

__property System::WideString Provider = {read=GetProvider, write=SetProvider, stored=IsProviderStored};

Properties

Type Visibility Source Unit Parent
property published
Data.Win.ADODB.pas
Data.Win.ADODB.hpp
Data.Win.ADODB TADOConnection

Description

Specifies the provider for the ADO connection.

Set Provider to indicate the provider the ADO connection object uses.

The provider a connection is to use can also be specified in the string entered in ConnectionString. If Provider is left blank and the provider specified through ConnectionString, when the connection is activated the Provider property is automatically set indicating the provider used.

See Also