I am working on an application, installed on windows OS, that connects to a Sage 50 (Peachtree) accounting software.
The connection between the application and Sage is created using ODBC. To create the ODBC connection I am using the PSQL DTO lib to get the list of available databases. I obtained the lib from the PSQL SDK here - https://esd.actian.com/product/Zen_PSQL.
I wanted to know if i need to worry about different versions of PSQL when using the DTO for the functionality of getting the available databases names.
Thanks!