|
From: Holger K. <hk...@h-...> - 2004-09-20 09:33:04
|
here is also a way that always crashes the server
(was lready reported in firebird support list)
just run the following procedure:
CREATE PROCEDURE SP
RETURNS (
RET VARCHAR(100))
AS
declare variable sql varchar(200);
begin
sql=null;
execute statement sql into ret;
suspend;
end
I use Firebird 1.5.1.4481 on Windows
--
Best Regards
Holger Klemt
HK-Software Roadshow 2004 in Germany: Vom Daten-Chaos zur
Information, Datenbankstrategien für Ihr Unternehmen
Teilnahme kostenlos, Termine, Orte und Anmeldung www.h-k.de
The most Expert for InterBase and Firebird --- www.ibexpert.com
HK Software - Huntestrasse 15 - 26135 Oldenburg - Germany
Phone/Fax +49 700 IBEXPERT (42397378) www.h-k.de
Training and Support for Delphi, InterBase, Firebird, AS/400
|