create_postgresql_connection
Last updated
Was this helpful?
Last updated
Was this helpful?
create_postgresql_connection
function has 1 variants:
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 or in user login page.
char connectionName
- unique name to identify this connection in web session
char instanceName
Database instance name
char userName
- database login user name
char userPassword
database login password
Nothing if connection has been made successfully. Otherwise, error text as string.