Modifies a Database Connection Profile parameter.
Parameters
|
Database Connection Profile
|
|
Database Connection Profile that you want to change. |
|
|
Parameters |
|
The parameter you want to set the value of. The displayed parameters depend on the nature of the Database Connection Profile. For more details, check the Database Connection Profile chapter.
Database Connection Profile with ODBC Connection
|
|
Database Name |
|
– |
|
Name that will identify the Database.
|
|
Database File |
|
– |
|
Full path to the SQLite database file.
|
|
Password |
|
– |
|
SQLite database Password.
|
|
|
Database Connection Profile with SQLite Native Access
|
ODBC Connection |
|
– |
|
Name that will identify the Database.
|
|
User |
|
– |
|
Full path to the SQLite database file.
|
|
Password |
|
– |
|
SQLite database Password.
|
|
Prefix
|
|
– |
|
Database Prefix. (Owner, schema, etc) |
|
|
|
|
Value <string> |
|
Value to be assigned to the selected Parameter. |
|
Consider the following Database Connection Profile:
Database Connection Profile |
Profile's Name
|
KalipsoDB |
ODBC Connection |
KalipsoConnection |
User |
kalipso |
Password |
1234 |
Prefix |
kc |
|
Example 1
|
|
Example 2 |
Database Profile |
KalipsoDB |
Parameters |
User |
Value |
"NewKalipsoUser" |
Result:
Profile's Name |
KalipsoDB |
ODBC Connection |
KalipsoConnection |
User |
NewKalipsoUser |
Password |
1234 |
Prefix |
kc |
|
|
Database Profile |
KalipsoDB |
Parameters |
Password |
Value |
"5678" |
Result:
Profile's Name |
KalipsoDB |
ODBC Connection |
KalipsoConnection |
User |
NewKalipsoUser |
Password |
5678 |
Prefix |
kc |
|
- See Database Connection Profile chapter for more information.
|
Updated: 3/3/2021 10:30 AM |