Data.DBXDelegate.TDBXDelegateConnection.Open

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Open; override;

C++

virtual void __fastcall Open();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.DBXDelegate.pas
Data.DBXDelegate.hpp
Data.DBXDelegate TDBXDelegateConnection

Description

Opens a connection

Data.DBXDelegate.TDBXDelegateConnection.Open inherits from Data.DBXCommon.TDBXConnection.Open. All content below this line refers to Data.DBXCommon.TDBXConnection.Open.

Opens a connection

This method opens a connection. A TDBXConnection object provides support for creating commands and managing transactions.

Note: Attempting to use a TDBXConnection instance before calling Open raises an exception

See Also