Registriert seit: 26. Mai 2004
3.159 Beiträge
|
Re: Mehrfach Verwendung von Query-Objekt für untersch. Befeh
20. Apr 2010, 16:43
Folgender Code hat geholfen, wobei ich noch nicht ganz verstehe warum
Delphi-Quellcode:
query.SQL.Clear; // <- Clearen des bisherigen SQL-Befehls...
query.SQL.Text := ' UPDATE ...';
query.ExecSQL();
»Remember, the future maintainer is the person you should be writing code for, not the compiler.« (Nick Hodges)
|