Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
CHAR(15) FOR BIT DATAとして定義されている DB2 の列に文字列値を挿入しようとすると、おそらく 16 進数などの他の形式に変換されることに気付きます。
データを取得すると、バイト配列を取得し、それをSystem.Text.Encoding.ASCII.GetStringを使用して ASCII に変換しようとすると、ジャンク文字の文字列が返されます。
誰でもこの問題に直面しましたか? 解決策はありますか?
前もって感謝します。