Subject "connection lost" problem
Author christodi
Hi,
if I try to execute the folowing query I receive "Connection lost"
exception:

select 1 from Table1
where
exists (select field1 from View1
where <some conditions>
)

View1 is a view. If I exchange it with a table in the query
everything works fine.

I'm using Firebird 1.0.2

Any suggestions?

Sincerely,
Christo