Is there any way to integrate with other databases, such as Firebird?
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
Rodrigo, I have no experience on doing it but I think this guide page can help you:
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.