Database Connections
Last updated
Was this helpful?
Last updated
Was this helpful?
Applications need physical database connection(s) in order to execute SQL commands.
New connections can be obtained by calling any one of the following functions : or function.
Applications can have more than one database connection at the same time.
All connections must have a unique name called as "connection name".
If "connection name" is not provided by developer in source code, "default" is used as a default "connection name". As an example this happens when A data block does not specify its connection name in ().