# Set DB Profile parameter

Modifies a Database Connection Profile parameter.

Action available for the following operating systems:

![](/files/-MAlQBZuuTnc6hyzKSVQ)

### 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**](/kalipso5/developing/form/database-connection-profiles.md) 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**.

### Usage

Consider the following **Database Connection Profile**:

| **Database Connection Profile** |                   |
| ------------------------------- | ----------------- |
| **Profile's Name**              | KalipsoDB         |
| **ODBC Connection**             | KalipsoConnection |
| **User**                        | kalipso           |
| **Password**                    | 1234              |
| **Prefix**                      | kc                |

#### **Example 1**

|                      |                  |
| -------------------- | ---------------- |
| **Database Profile** | KalipsoDB        |
| **Parameters**       | User             |
| **Value**            | "NewKalipsoUser" |

*Result:*

|                     |                   |
| ------------------- | ----------------- |
| **Profile's Name**  | KalipsoDB         |
| **ODBC Connection** | KalipsoConnection |
| **User**            | NewKalipsoUser    |
| **Password**        | 1234              |
| **Prefix**          | kc                |

#### **Example 2**

|                      |           |
| -------------------- | --------- |
| **Database Profile** | KalipsoDB |
| **Parameters**       | Password  |
| **Value**            | "5678"    |

*Result:*

|                     |                   |
| ------------------- | ----------------- |
| **Profile's Name**  | KalipsoDB         |
| **ODBC Connection** | KalipsoConnection |
| **User**            | NewKalipsoUser    |
| **Password**        | 1234              |
| **Prefix**          | kc                |

{% hint style="info" %}
See [**Database Connection Profile**](/kalipso5/developing/form/database-connection-profiles.md) chapter for more information.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.sysdevmobile.com/kalipso5/developing/form/actions/actions-description/group-database/set-db-profile-parameter.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
