postgresql 驱动和配置

下载地址:

https://www.postgresql.org/ftp/odbc/versions/msi/

 

连接字符串,一般的结构是:

Driver={PostgreSQL ODBC Driver(UNICODE)};server=127.0.0.1;port=5432;database=数据库名;uid=用户名;pwd=密码

posted @ 2022-09-30 16:21  CrossPython  阅读(2108)  评论(0编辑  收藏  举报