API:Data.Win.ADODB.TADOConnection.Open
Delphi
procedure Open(const UserID: WideString; const Password: WideString); overload;
C++
HIDESBASE void __fastcall Open(const System::WideString UserID, const System::WideString Password)/* overload */;
inline void __fastcall Open(){ Data::Db::TCustomConnection::Open(); }
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
public | Data.Win.ADODB.pas Data.Win.ADODB.hpp |
Data.Win.ADODB | TADOConnection |
Description
Opens the connection.
Data.Win.ADODB.TADOConnection.Open inherits from Data.DB.TCustomConnection.Open. All content below this line refers to Data.DB.TCustomConnection.Open.
Opens the connection.
Call Open to establish a connection to the remote source of database information. Open sets the Connected property to true.