SQLException: ?

Issue #27 closed
Nick created an issue

I set

ConnectionPool_setAbortHandler(pool, TabortHandler);

and

static void TabortHandler(const char *error) { cout << error << endl; }

And monitor show

SQLException: ? raised in Connection_executeQuery at src/db/Connection.c:319

How do I see in detail of this problem ?

Comments (3)

  1. Log in to comment