Subject | problem using uuidUDF with Firebird-1.5.2.4731Linux |
---|---|
Author | irekcees |
Post date | 2005-11-13T06:25:39Z |
Hi
I have problem using uuidUDF with Firebird-1.5.2.4731 on Linux
CREATE PROCEDURE SY_UUID
RETURNS (UUID CHAR(22))
AS
begin
UUID = UUID_CREATE();
suspend;
end
After use PROCEDURE SY_UUID I have error:
Statement failed, SQLCODE = -902
Unable to complete network request to host "localhost".
-Error reading data from the connection.
With same version of serwer on Windows, every thing works OK?
Can some one help me?
Ireneusz Ciesluk
I have problem using uuidUDF with Firebird-1.5.2.4731 on Linux
CREATE PROCEDURE SY_UUID
RETURNS (UUID CHAR(22))
AS
begin
UUID = UUID_CREATE();
suspend;
end
After use PROCEDURE SY_UUID I have error:
Statement failed, SQLCODE = -902
Unable to complete network request to host "localhost".
-Error reading data from the connection.
With same version of serwer on Windows, every thing works OK?
Can some one help me?
Ireneusz Ciesluk