Use PostgreSQLTo use PostgreSQL with Xalt | Integration, install the PostgreSQL ODBC Driver.
Then, configure the ODBC Data Source using the ODBC Data Source Administrator tool as shown in the images below. In an Xalt | Integration system using the DBReader component, configure the ODBC connection using the following connection string pattern: DBReader Connection string Driver={PostgreSQL ODBC Driver(ANSI)};Server=localhost;Port=5432;Database=postgres; Uid=postgres;Pwd=;
Example Select: select a.base, a.local, a.rota, a.mapa, a.situacao from int_locais_rotas a Open the ODBC Data Source Administrator : To open the ODBC Data Source Administrator in Windows 10
|