Re: [fpc-pascal] Use of TSQLite.Query method (sqlite3db unit)

2014-11-07 Thread Maurizio Tomasi
Hi Joost and Reinier (sorry for the typo), Well, even in that case using Lazarus is possible. But what I do when I only have console-access is using the 'old-style'-Freepascal IDE. (fp) That's somewhat easier then vi when you are working on Pascal-files. Sure, I didn't say it is impossible,

Re: [fpc-pascal] Use of TSQLite.Query method (sqlite3db unit)

2014-11-07 Thread Maurizio Tomasi
On Fri Nov 7 09:58, Reinier Olislagers wrote: FYI: http://wiki.lazarus.freepascal.org/SQLite covers dataset-based sqlite support. Hi Reiner, Thanks for the link, I hadn't found that page (I only Googled for "free pascal TSQLite"). However, I am even more puzzled than before! First, from t

[fpc-pascal] Use of TSQLite.Query method (sqlite3db unit)

2014-11-06 Thread Maurizio Tomasi
Hi to everybody, I am developing a small application that retrieves data from a SQLite3 file. Currently I am using the TSQLite class found in the unit sqlite3db. The Query method fills one of its arguments ("Table") with the result of the query. Each string in the "Table" variable is a com