|
From: Rafik <rb...@mi...> - 2004-03-05 15:01:31
|
Here is some updates that crashes the server :
update contacts_guest cg set
cg.frequency = (select count(md.record_no)
from master_detail md
where md.contact_code = cg.contact_code and
md.reservation_type in (9, 16)) ^
update contacts_guest cg set
cg.number_nights = (select sum(md.number_nights)
from master_detail md
where md.contact_code = cg.contact_code and
md.reservation_type in (9, 16)) ^
VP_MINGUS (Client) Wed Mar 03 09:48:29 2004
C:\PROGRAM FILES\FIREBIRD\FIREBIRD_1_5\bin\fbserver.exe: terminated
abnormally (3221225477)
-- This doesn't happen in version 1, only in version 1.5
--
Rafik Berzi
|