2

Postgres psqlodbc ドライバーでは、接続文字列パスワードに特殊文字を使用しています

sqlstringconnect('DRIVER={PostgreSQL Unicode};PWD=pü')

またはURLエンコード形式

sqlstringconnect('DRIVER={PostgreSQL Unicode};PWD=p%C3%BC')

パスワードエラーをスローします。

によると

https://www.postgresql-archive.org/Problem-with-special-characters-in-password-when-using-SQLDriverConnect-td5755239.html

https://www.url-encode-decode.com

PWD=p%C3%BC

püとして受け入れる必要があります

パスワードに特殊文字を使用するには?

クライアント アプリケーションは Microsoft Visual Foxpro 9 です

システム ロケールが Windows-1257 (Baltic Windows) である Windows 10 非 Unicode アプリケーションで、32 ビット psqlodbc ドライバー 13.00.0000 で Postgres 13.1 を使用する

4

0 に答える 0