> For the complete documentation index, see [llms.txt](https://academy.any2info.com/any2info-academy/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://academy.any2info.com/any2info-academy/no-code-platform/data-studio/data-hubs/toolbox/import-and-export/databases/oledb.md).

# OLEDB

**Category:** Databases

**Version:** 1.0

**Last updated:** May 12, 2025

**Author:** Any2Info

***

### Description

The OLEDB node allows workflows to connect to databases through an OLEDB provider and execute SQL queries.

This node can be used to:

* Retrieve data from external databases
* Execute custom SQL queries
* Connect to systems supporting OLEDB
* Integrate database data into workflows

***

### Properties

| Property      | Description                                                                                                             |
| ------------- | ----------------------------------------------------------------------------------------------------------------------- |
| Connection    | Select the OLEDB connection to use.                                                                                     |
| Query         | Opens the SQL query configuration window. The query is validated using the SQL dialect of the selected connection type. |
| Query timeout | Maximum execution time in seconds before the query is stopped.                                                          |

***

### Connection Configuration

The connection configuration contains the following settings:

| Setting            | Description                             |
| ------------------ | --------------------------------------- |
| Name               | Name of the connection.                 |
| Connection type    | Database type being used.               |
| Connection string  | OLEDB connection string.                |
| Connection timeout | Connection timeout duration in seconds. |

Example connection string:

```
Provider=MSOLEDBSQL;
Data Source=myServerAddress;
Initial Catalog=myDataBase;
User ID=myUsername;
Password=myPassword;
TrustServerCertificate=True;
```

Use the **Validate** button to test the connection before saving.

***

### Changelog

| Version | Date         | Change                               |
| ------- | ------------ | ------------------------------------ |
| 1.0     | May 12, 2026 | Initial documentation version added. |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://academy.any2info.com/any2info-academy/no-code-platform/data-studio/data-hubs/toolbox/import-and-export/databases/oledb.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.
