Skip to end of metadata
Go to start of metadata

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