Hi Kuroda-san
I think that the 2nd argument of following ecpg_init() must be real_connection_name.
Is it right?
ECPGdeallocate(int lineno, int c, const char *connection_name, const char *name)
:
con = ecpg_get_connection(real_connection_name);
if (!ecpg_init(con, connection_name, lineno))
^^^^^^^^^^^^^^^
Regards
Ryo Matsumura