コンテンツエリア開始

Background documentation -10508: Invalid encoding of column name for column (<number>) for row set operation Locate the document in its SAP Library structure

説明:

列名にUNICODE 文字が含まれており、SQL 文に 7 ビット ASCII が定義されているため、呼び出されたメソッドを実行できません。

ユーザアクション:

SQLDBC_Statement::execute または SQLDBC_PreparedStatement::prepare メソッドの SQL 文の文字セット (エンコーディング) を、SQLDBC_StringEncodingType_Encoding_UCS2 または SQLDBC_StringEncodingType_Encoding_UTF8 に設定し、メソッドを再度実行します。

 

 

コンテンツエリア終了