[Lazarus] Newbe sqlite problem
"Leonardo M. Ramé"
l.rame at griensu.com
Mon May 26 22:01:11 CEST 2008
I wrote a tutorial for FreePascal and FCL-Db using SQLite, you can read
it by going to: http://leonardorame.blogspot.com/2007_11_01_archive.html
Leonardo.
Paul van der Vlis escribió:
> Joost van der Sluis schreef:
>> 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.
>
> Thanks, it seems to work!
>
> Do you know documentation about sqlite in Lazarus?
> (Or do I need a Delphi book?)
>
> With regards,
> Paul van der Vlis.
>
>
>
>
More information about the Lazarus
mailing list