問題タブ [psqlodbc]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
2 に答える
362 参照

sql - ODBC ログの HSTMT、UCHAR、SDWORD の意味

ODBC Log に次の行があります。

(シナリオ: pgAdmin4、System Administration という名前の別のアプリケーションで ODBC32 を介して PostgreSQL サーバーを使用)

HSTMTUCHAR*およびの意味を知る必要がありSDWORDます。それらの横にある数字は何を意味しますか?

0 投票する
0 に答える
103 参照

postgresql - psqlodbc ドライバーのパスワードで特殊文字を使用する方法

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

またはURLエンコード形式

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

によると

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 を使用する