Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3
Table of Contents

Version

All versions

Explanation

Unable to create a program that has thread architecture. 

Cause

This usually happens in the thread architecture program and sometimes concurrency control for the thread connection object is not performed properly. When this happens, the protocols to be exchanged between the Altibase server and client can be in the wrong order.

Action

First, if the structure of the program is a thread, you must check whether concurrency control was performed properly or the query is executed in the following order: PREPARE > BINDING > EXECUTE.

Reference

N/A