danke dir
welche exceptions gibts es noch
da in meinem falle die "E:
Exception" nicht greift...
habe nun
Code:
try
DM_FP.ADOCommand1.Execute;
messagedlg('Alles Super', mtInformation, [mbok], 0);
except
on
Exception do
messagedlg('Fehler', mtError, [mbok], 0);
end;
am start...