Zitat von
alzaimar:
Zitat von
mkinzler:
Delphi-Quellcode:
DM_bibeladmin.Art_value.SelectSQL.Add('
SELECT SUM(IN_COUNT) as summe FROM BIBEL_ART_D WHERE '+
'
(( ID_ART = :ID) AND ( I_O = 1))');
DM_bibeladmin.Art_value.SelectSQL.Active := True;
// <---- das fehlte noch (die Query muss ja zum Server)
i := strtoInt(dm_bibeladmin.Art_value.FieldByName('
Summe').Value;);
So genau hab ich mir den Code nicht angeschaut. Stimmt natürlich!