Subject Re: [firebird-support] multiple queries
Author Dimitry Sibiryakov
> AH - but isn't the wait just for the first block of data?

It waits for server to execute command. Including isc_dsql_execute().
It makes simultaneous running of two statements in the same thread
impossible. Executing commands in one connection from two separate
thread is either serialized by fbclient (in version 2.5) or crash
server/client/application.

SY, SD.