143
Views
3
Comments
Integration with Firebird
Question
Is there any way to integrate with other databases, such as Firebird?
2022-12-28 01-16-29
Samuel Neves

Hi, Rodrigo

Take a look at the information in this documentation page:

https://success.outsystems.com/Documentation/11/Extensibility_and_Integration/Integrate_with_an_External_Database

You should be able to integrate with firebird like any sql server database.

Hope it helps,

Sam

2019-10-27 01-34-50
Ricardo Barroso

Rodrigo, I have no experience on doing it but I think this guide page can help you:

2019-10-29 12-40-04
Nikolai Kaplin

Hello,

OutSystems connects out-of-the-box to SQL Server, Oracle, MySQL and DB2. In addition, the database SDK can be used to implement a database connector to any database. An example of a connector built for PostgreSQL can be found on GitHub.

The .NET Data provider is written in C# and provides a high-performance, native implementation of the Firebird API.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.