Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
Mobile Link サーバーは、アップロードの処理中にこのイベントを使用して、リモートデータベースに挿入されたローを処理します。
次の INSERT 文は、upload_insert スクリプトで使用されます。
INSERT INTO emp ( emp_id, emp_name ) VALUES ( { ml r.emp_id }, { ml r.emp_name } );
プレースホルダーとして名前付きパラメーターの代わりに疑問符を使用する場合、upload_new_row_insert イベントと upload_old_row_insert イベントは、remote_id と user_name を追加のパラメーターとして受け入れます。これらのパラメーターは、テーブルの完全なカラムリストの前に記述されている必要があります。