RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TADOConnection.Provider Property

Specifies the provider for the ADO connection.

Pascal
property Provider: WideString;
C++
__property BSTR Provider;

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!