[Lazarus] Interesting things with latest snapshot of lazarus 9.25
matt shaffer
dazappa.matt at gmail.com
Tue May 27 00:44:35 CEST 2008
Op maandag 26-05-2008 om 20:01 uur [tijdzone +0200], schreef Paul van
der Vlis:
> query := 'Update xxx set ATCSTATUS = 1 where ATC NOT NULL;';
> // query := 'select * from xxx where ATC NOT NULL;';
> xxxDataset.SQL := query;
> xxxDataset.Open;
You can not open an update-query. Use something like 'xxDataset.ExecSql'
instead.
Joost
More information about the Lazarus
mailing list