Re: [fpc-pascal] minimal database example

2016-12-16 Thread leledumbo
> However it is not clear to me how this source code can be used by fpc. > > I added the zeos path to the fpc.cfg file, but I get a number of > compilation error. > > For instance > Fatal: Can't open include file "../Zeos.inc" > > With Lazarus I would build a package and all zeos components

[fpc-pascal] minimal database example

2016-12-16 Thread duilio foschi
I have a remote server with Ubuntu 14.04.1 LTS. I access the server via terminal console. Free Pascal Compiler version 2.6.2-8 [2014/01/22] for x86_64 is installed. Lazarus is NOT installed. I'd like to write code where a Firebird (2.5) database is accessed and a query performed. I could succe