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

2014-11-07 Thread Reinier Olislagers
On 06/11/2014 14:09, Maurizio Tomasi wrote: I was not able to find the documentation for TSQLite in the Free Pascal manuals. Am I missing something, or is it this the way the class is intended to be used? FYI: http://wiki.lazarus.freepascal.org/SQLite covers dataset-based sqlite support.

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

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

2014-11-07 Thread Reinier Olislagers
On 07/11/2014 11:16, Maurizio Tomasi wrote: 3. Using the TSQLite3Dataset, which however seems to be restricted to Lazarus (at least, this is what I deduce from the tutorial: http://sqlite4fpc.yolasite.com/dataset-tutorial-1.php). I suppose it doesn't. The tutorial just uses Lazarus. However, I

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

2014-11-07 Thread Joost van der Sluis
On 11/07/2014 11:16 AM, Maurizio Tomasi wrote: On Fri Nov 7 09:58, Reinier Olislagers wrote: FYI: http://wiki.lazarus.freepascal.org/SQLite covers dataset-based sqlite support. The point is that Lazarus is a no-option for me: all the programs I have developed in the last months are designed

Re: [fpc-pascal] Catching Exceptions in Library

2014-11-07 Thread Steve Gatenby
On 07/11/14 17:13, Sven Barth wrote: On 07.11.2014 01:39, Steve Gatenby wrote: Could anybody tell me why the following error is caught by the try except in an Application, but not in a Library ? I am needing to find out where try except doesn't do what I think, not fix this code. this is a

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,

[fpc-pascal] Lazarus conference in the Netherlands

2014-11-07 Thread Joost van der Sluis
Hi all, November 15th there is a Lazarus-conference in the Netherlands. The one-day conference will be about Free Pascal and Lazarus. A place to meet other developers and to discuss Pascal related issues. There will be a lecture about Free Pascal and Lazarus on the Raspberry Pi. The second

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

2014-11-07 Thread Sven Barth
On 07.11.2014 11:16, Maurizio Tomasi wrote: The point is that Lazarus is a no-option for me: all the programs I have developed in the last months are designed to be run on superclusters (using my own hand-made bindings to MPI). My workflow is: connect to the cluster front-end using SSH+GNU