> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# IsDatabaseConnected

> IsDatabaseConnected method in the ABBYY FlexiCapture API checks whether the database is connected to the Application Server and returns a bool value.

## What it does

Checks the connection of the database to the Application Server.

## Definition

```
bool IsDatabaseConnected();
```

## Parameters

N/A

## Returned value

<table width="100%"><tbody><tr><td><p><strong>Type</strong></p></td><td><p><strong>Description</strong></p></td></tr><tr><td><p>bool</p></td><td><ul><li>"true" if the database is connected</li><li>otherwise "false" is returned</li></ul></td></tr></tbody></table>
