Hi!!!:
i got the same problem with this:
My function in Sybase Central is:
create function f_nombre(in rut_cli integer)
returns varchar(20)
begin
declare nom_cli varchar(20);
select nombre into nom_cli
from cliente where
rut=rut_cli;
return(nom_cli)
end
and in PowerBuilder...
Hi to all:
I have a very big problem. I got a data block in Forms 6i and i need manipulate it with stored procedures. The problem is that forms tells that i need a Lock Stored Procedure. I don't know what code in there. Can you help me? Thanks...
Hi to all!!!: I have Forms 6i and Oracle 7.3. I know that is possible change Key settings on frmusw.res with Oracle Terminal. But, i don't know where is Oracle Terminal. Someone can help me? i find the frmusw.res file on my forms directory but Oracle Terminal not.
Thanks in advice!!!
King30
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.