24 May
2009
24 May
'09
1:03 p.m.
Alex Bo. wrote:
I run concurrent threads - each doing a login-select-result sequence.
So to understand you exacly right... Something like this is executed in seperated threads n-times. dbh = mapi_connect(hdl->src_ref->host.buf, hdl->src_ref->port, props->user.buf, props->password.buf, "sql", NULL); And you query on each different dbh? If that is the case, I never ran into this issue. If you do it one only one connection, I ran into the issue before. Stefan