fetchall não fuincona
fetchall não funciona !!!
o meu recorcoun dá sempre inferior, não sei mais o que fazer ...
Uso IBquery ...
Interbase 6.0
Leo.
o meu recorcoun dá sempre inferior, não sei mais o que fazer ...
Uso IBquery ...
Interbase 6.0
Leo.
Lbsystems
Curtidas 0
Respostas
Lucas Silva
30/06/2004
já tentou:
ibqry1.last; ibqry1.First;
GOSTEI 0
Lbsystems
30/06/2004
Já tentei :
First, last , fechtall, while not EOF ...
Leo.
First, last , fechtall, while not EOF ...
Leo.
GOSTEI 0
Fernando
30/06/2004
With dm_Geral.Rep do
begin
Close;
ParamByName(´Codigo_Aux´).AsInteger := StrToInt(Vendedor_Ext.Text);
Open;
FetchAll;
end;
begin
Close;
ParamByName(´Codigo_Aux´).AsInteger := StrToInt(Vendedor_Ext.Text);
Open;
FetchAll;
end;
GOSTEI 0
Gandalf.nho
30/06/2004
Melhor sugestão do que FetchAll (que consume menos largura de banda). Use um simples SELECT COUNT(nome_campo) FROM TABELA.
GOSTEI 0