コンテンツエリア開始

Background documentation -10509: The statement was not executed with updatable cursor concurrency Locate the document in its SAP Library structure

説明:

結果セットが変更可能でないため、SQLDBC_UpdatableRowSet から呼び出されたメソッド (insertOneRowupdateRow、または deleteRow) を実行できませんでした。

ユーザアクション:

変更可能な結果セットは、特殊な SELECT 文を使用した場合にのみ生成することができます。

以下のようなオプションが用意されています。

      SQL 文を変更します。

      SQLDBC_Statement::ConcurrencyType または SQLDBC_PreparedStatement::ConcurrencyType メソッドを使用して、結果セット型を CONCUR_UPDATABLE に変更します。

 

 

コンテンツエリア終了