Different versions of PSQL when using DTO to get DB's names

烈酒焚心 提交于 2019-12-13 04:19:13

问题


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!


回答1:


As long as you stick to the the base DTO library (and not DTO2) you should be able to support versions all the way back to PSQL v9 (the first version to support DTO).



来源:https://stackoverflow.com/questions/54007001/different-versions-of-psql-when-using-dto-to-get-dbs-names

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!