Supported database types & versions

Table of Contents

ASE database

You can create database connection caches for the following databases in the Database Configuration dialog or in the PowerServer C# solution:

  • Adaptive Server Enterprise (ODBC) 16.0

    Different from the PowerBuilder runtime environment where the ASE database is connected using the native driver, ASE databases can only be connected using the ODBC driver in the PowerServer runtime environment. This driver change has caused some differences. See the next section for more details.

  • Informix 12.x or 14 (Beta feature) *

    * Beta means the feature has not been fully tested, has known bugs, and does not receive standard technical support. We will collect reported bugs and try to address in a future version.

  • MySQL 5.6, 5.7, or 8.0

  • Oracle 12c, 18c, or 19c

  • PostgreSQL 11.3, 12, or 13

  • SQL Anywhere (ODBC) 16 (16.0.0.2043 or later) or 17

    If SQL Anywhere is on a different machine from PowerBuilder, make sure to enable the connection pooling setting in the ODBC driver. Connection pooling is enabled by default if SQL Anywhere is on the same machine as PowerBuilder.

  • SQL Server 2016, 2017, or 2019

Note

SQL Anywhere and ASE databases can only be connected using the ODBC driver. The other databases are connected using the native driver for .NET Core.

Tutorial 13: Connecting to the Database provides detailed instructions for how to connect to these databases for the PowerBuilder installable cloud app.