Subject Re: [Firebird-Java] Re: another Proble with Embedded Server
Author Carsten Schäfer
Roman Rokytskyy wrote:
> Hi,
>
>> Please excuse me for my unfriendly stüle of writing...but is was
>> late and stressfull.
>
> No problem at all. :)
>
>> The ResultSet below runs pretty good on a normal driver, on delphi
>> with embedded I've not testet it.
>
> Ok, it becomes interesting.
>
>> The Strange thing is: if I make A brakpoint on
>> ResultSet re = main.getWman().getConnManager().getFbConn
>> ().createStatement().executeQuery(this.MAIN_SQL);
>> (MAIN_SQL is the statement below)
>> and one below the point below will neveer be reaches, it is like a
>> return is between it, and because it not stops (the aplication runs
>> like an empty statement wher there) I cant check if the statement is
>> null or else. And: There is no Exception or Error!

This looks similar to the deadlock i have with type 2 driver in local mode.

Carsten