API:Data.Win.ADODB.TADOConnection.Open

From RAD Studio API Documentation

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Data.Win.ADODB.pas
Data.Win.ADODB.hpp
Unit: Data.Win.ADODB
Parent: TADOConnection

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(); }

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.

See Also