Created with Raphaël 2.1.0
    Loading...
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

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

  • No labels