SP simples... não retorna valores !!!!!!!!1
A SP abaixo :
begin
/* Procedure Text */
for select C_COD_INSUMO from IN0100 into :Teste do
suspend;
end
não retorna nenhuma linha.... e existem registros no BD...
alguém sabe o que estou fazendo errado...?????
OBS : Iniciante em SP...
begin
/* Procedure Text */
for select C_COD_INSUMO from IN0100 into :Teste do
suspend;
end
não retorna nenhuma linha.... e existem registros no BD...
alguém sabe o que estou fazendo errado...?????
OBS : Iniciante em SP...
Cabelo
Curtidas 0
Respostas
Cabelo
22/06/2006
Colegas... a sintaxe completa da SP segue abaixo...
CREATE PROCEDURE ´SELECT IN0100´(
TESTE CHAR(15))
AS
begin
/* Procedure Text */
for select C_COD_INSUMO from IN0100 into :Teste do
suspend;
end
CREATE PROCEDURE ´SELECT IN0100´(
TESTE CHAR(15))
AS
begin
/* Procedure Text */
for select C_COD_INSUMO from IN0100 into :Teste do
suspend;
end
GOSTEI 0