caute,
mam jeden problemik a neviem si dat rady. potrebujem vyselektovat max hodnotu zo stlpca a potom ju ulozit do prememnnej v delphi.
kod je asi takyto :
ith ADOQuery1 do
begin
close;
sql.clear;
sql.add('select max(id_task) from tasks into :naj');
open;
naj:=fieldbyname('naj').asinteger;
/abel5.caption:=inttostr(naj);
ale pri tomto mi to pise ze stlpec id_task nemoze najst.
vedeli by ste mi s tym pomoct ??
diki moc