Skip to main content

CONNECT BLOCKCHAIN (bSQL) | Blockpoint Docs

Connects a blockchain that was previously disconnected from the database. For examples, see Examples.

bSQL Syntax Conventions.

Syntax​

CONNECT BLOCKCHAIN { database_name.blockchain_name | blockchain_name }

Arguments​

database_name
Specifies the database in which the blockchain to be connected resides.

blockchain_name
Specifies the blockchain to be connected.

Permissions​

MANAGEMENT permissions required on the target blockchain.

MANAGEMENT permissions on a blockchain container default to members of the admin and developer fixed database roles. Members of the admin role can transfer permissions to other users.

Examples​

Connecting a Blockchain.​

The following statement connects the blockchain pricing back to the financial database.

CONNECT BLOCKCHAIN financial.pricing

See Also​