External Database Connector

Content Type: Module
Categories: Connectors

Overview

The External Database connector can be used to seamlessly connect to external databases Microsoft SQL, MySQL, PostgreSQL, Oracle and Snowflake enabling you to incorporate your external data directly in your Mendix application.

This module enables to use Activity "Query External database" from the toolbox.

This module works in combination with new document type "External Database Connection".

Documentation

Please see External Database Connector in the Mendix documentation for details.

Releases

Version: 4.1.1
Framework Version: 10.16.0
Release Notes: Fix CVE-2024-43382: Upgrade net.snowflake:snowflake-jdbc to version 3.20.0.
Version: 4.1.0
Framework Version: 10.16.0
Release Notes: Added SSL and certificate-based authentication support for secure connections and encrypted communication to PostgreSQL.
Version: 4.0.2
Framework Version: 10.15.0
Release Notes: Added connector identification as “Mendix-ExtDbconnector_SP-#Version_MPK_#Version”(for example: Mendix-ExtDbconnector_SP-10.15.0.46408_MPK_4.0.2) for Snowflake connections.
Version: 4.0.1
Framework Version: 10.14.0
Release Notes: * We fixed an issue with the External Database Connector where the app broke when a new line was added as a part of the parameter value in the expression editor. (Tickets 223964, 224464) * We fixed an issue with the External Database Connector where the app broke due to mismatched capitalization for a parameter name. (Ticket 223739)
Version: 4.0.0
Framework Version: 10.13.0
Release Notes: Added support for Parameterized Stored Procedure.
Version: 3.0.2
Framework Version: 10.12.4
Release Notes: Fix CVE-2024-43382: Upgrade net.snowflake:snowflake-jdbc to version 3.20.0
Version: 3.0.1
Framework Version: 10.12.4
Release Notes: * We fixed an issue where the app broke due to mismatched capitalization for a parameter name. (Ticket 223739)
Version: 3.0.0
Framework Version: 10.12.0
Release Notes: Added support for Key-pair authentication to connect to Snowflake.
Version: 2.0.1
Framework Version: 10.9.0
Release Notes: Added Snowflake support (Beta) with Studio Pro 10.10.
Version: 2.0.0
Framework Version: 10.9.0
Release Notes: Added support for calling Stored Procedures with no parameters.