Subject | Firebird 1 RC2 on SUSE 7.3 |
---|---|
Author | Pirtea Calin |
Post date | 2002-01-23T12:11:07Z |
I've installed the FirebirdSS-1.0.0.681-0.RC2.64IO.i386.rpm on suse 7.3 and
after succesfull instalation i tried to play with a database
i created several tables and 1 stored procedure than i granted all on tables
to second user
and execute on procedure to second user
now i can select /update / ... on tables but i cannot execute the procedure
i recreated the procedure like this
create procedure aiurea_test
as
begin
update aiurea_table set my_field=my_field;
end;
i use ib_sql to administer the database;
i thought is a problem with 64IO.i386 so i installed the 32 bit version
and it workes the same
Is it a bug? Should i use the Classic Server instead?
Am i doing something wrong?
This work OK on windows version of RC2
Please help
TIA
--
Best regards,
Aplication Developer
Pirtea Calin Iancu
S.C. SoftScape S.R.L.
pcalin@...
after succesfull instalation i tried to play with a database
i created several tables and 1 stored procedure than i granted all on tables
to second user
and execute on procedure to second user
now i can select /update / ... on tables but i cannot execute the procedure
i recreated the procedure like this
create procedure aiurea_test
as
begin
update aiurea_table set my_field=my_field;
end;
i use ib_sql to administer the database;
i thought is a problem with 64IO.i386 so i installed the 32 bit version
and it workes the same
Is it a bug? Should i use the Classic Server instead?
Am i doing something wrong?
This work OK on windows version of RC2
Please help
TIA
--
Best regards,
Aplication Developer
Pirtea Calin Iancu
S.C. SoftScape S.R.L.
pcalin@...