m_tamino.Open(LocalTransaction);
<Exception: Bad gateway>
m_tamino.Open(LocalTransaction);
<Exception: TANTXE002: Transaction not in progress>
I think the problem is the connection is not in closed state, but what must I do to set closed state again after start database and before retry Open command?