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.
ORACLEでadodbを使用して「Ñ」、「á」などの特殊文字に問題があります。varchar2 / varcharフィールドdeテーブルに保存すると、他の文字「¿」が保存されます。
oci8 conect (oracle に直接) で接続すると、特殊文字が正しく保存されます。
接続時に文字セットを設定するには?
($db->Connect(TNS_database, USER, PASSword));
ありがとう !!!