Description
The main method, which is run automatically when the component is started. This method is called to retrieve database user and password information. By default both are blank, because the application database is not really secured.
Parameters
icLogicalDbName | input | character | Logical database name |
ocLogin | output | character | Database login name |
ocPassword | output | character | Database login password |
Internal usage
BLF
program code (program1/dbinfo.p)
assign ocLogin = ""
ocPassword = "".