Data.Win.ADODB.TADOConnection.Provider

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
Data.Win.ADODB.pas
Data.Win.ADODB.hpp
Unit: Data.Win.ADODB
Parent: TADOConnection

Delphi

property Provider: WideString read GetProvider write SetProvider stored IsProviderStored;

C++

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

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