# Breaking Changes for Database plugin

***

### 3.0.0 <a href="#id-3-0-0" id="id-3-0-0"></a>

6 Jun 2023

#### OLE DB Connection type has been removed <a href="#ole-db-connection-type-has-been-removed" id="ole-db-connection-type-has-been-removed"></a>

**What breaks?**

<div align="left"><figure><img src="/files/P4IC7HaPEDBSkCJH6As1" alt=""><figcaption></figcaption></figure></div>

Any solution using the OLE DB connection type will stop working after upgrading to this version of the plugin.

**Why?**

The database plugin has been changed from a Windows-specific plugin to a platform-independent plugin. OLE DB is only supported on Windows and support for it was therefore removed from the database plugin.

**How to fix it**

Change all functions using the OLE DB connection type to use another connection type.


---

# 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://docs.linx.software/releasenotes/plugins/database/breaking-changes.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.
