Connecting with PostgreSQL via ADO.NET driver

In the previous versions, you can only connect with the PostgreSQL database using the ODBC database interface. However, support for PostgreSQL stored procedure is quite limited under the ODBC connection.

Starting from Version 2025, you can connect with the PostgreSQL database using the ADO.NET database interface. And PostgreSQL stored procedures can be well supported under the ADO.NET connection.

The .NET Core driver for PostgreSQL (npgsql.dll) is automatically included and installed with InfoMaker.

The following runtime file is added for supporting the connection at PowerBuilder runtime: Appeon.DB.PostgreSql.dll.