IBDAC

TIBCConnection.AssignConnect Method

Shares database connection between the TIBCConnection components.

Class

TIBCConnection

Syntax

procedure AssignConnect(Source: TIBCConnection);

Parameters
Source
Holds the source connection.

Remarks

Call the AssignConnect method to share database connection between the TIBCConnection components.

AssignConnect assumes that Source parameter points to a preconnected database component and sets for this instance of TIBCConnection Connected property to True. Note that AssignConnect doesn't make any references to the Source database. So before disconnecting parent TIBCConnection call AssignConnect(Nil) or Disconnect method for all assigned databases.

See Also

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback