create_postgresql_connection
create_postgresql_connection
function has 1 variants:
Description
create_postgresql_connection
creates a new named connection if it does not exist.If connection fails,
create_postgresql_connection
returns error messages as character string. If connection exists, does nothing.This function can be called in any phase of execution, however it is advised to be called in "connection_not_found" trigger or in user login page.
Declaration
Parameters
char connectionName
- unique name to identify this connection in web sessionchar instanceName
Database instance namechar userName
- database login user namechar userPassword
database login password
Return Value
Nothing if connection has been made successfully. Otherwise, error text as string.
Example
Last updated
Was this helpful?