I'm trying to connect to a Firebird database with TSQLConnector, but I can't
seem to find a way to set the port number.
Looking at TIBConnection, there is a port property, but none in TSQLConnector.
___
fpc-pascal maillist - fpc-pascal@lists.freepasca
Done https://bugs.freepascal.org/view.php?id=37605 Thanks Michael. -- L. Henrique 20.08.2020, 04:24, "Michael Van Canneyt" :On Wed, 19 Aug 2020, Luis - SoftSAT Sistemas via fpc-pascal wrote: As stated in http://docwiki.embarcadero.com/Libraries/Tokyo/en/System.Classes.TStrings.QuoteCh
As stated in
http://docwiki.embarcadero.com/Libraries/Tokyo/en/System.Classes.TStrings.QuoteChar
setting QuoteChar to null should disable the quote, but it won't work in FPC
3.2.
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
https://lists
12.02.2020, 11:41, "Joost van der Sluis" :
> Op 10-02-2020 om 17:01 schreef Luis - SoftSAT Sistemas via fpc-pascal:
>> I'am on Windows and installed latest lazarus version(2.0.6), but
>> TCSVDataset from fcl-db package have some bugs so i ported some fixes,
&g
> I guess the problem is how to tell the make system when to use installed
> units and when to recompile units. Although it should be possible to figure
> out how to do this, I rather suggest an easier fix: just recompile everything
> with "make all install" from the base of the fpc source fold
:29, "Christo Crause" :
> On Tue, Feb 11, 2020 at 3:23 PM Luis - SoftSAT Sistemas via fpc-pascal
> wrote:
>> Looking at unit search path the compiler are looking at "sources" dir
>> instead of "units" dir with the compiled units and i dont know how
] Error 1
11.02.2020, 09:58, "Luis - SoftSAT Sistemas via fpc-pascal"
:
> Resend as plain text.
>
> 10.02.2020, 14:09, "Luis - SoftSAT Sistemas via fpc-pascal"
> :
>> I'am on Windows and installed latest lazarus version(2.0.6), but
>> TCSVData
Resend as plain text.
10.02.2020, 14:09, "Luis - SoftSAT Sistemas via fpc-pascal"
:
> I'am on Windows and installed latest lazarus version(2.0.6), but TCSVDataset
> from fcl-db package have some bugs so i ported some fixes, now i need rebuild
> it, but i failed miserabl
I'am on Windows and installed latest lazarus version(2.0.6), but TCSVDataset from fcl-db package have some bugs so i ported some fixes, now i need rebuild it, but i failed miserably. What i tryedCD C:\lazarus\fpc\3.0.4\source\packages\fcl-dbmake clean all install INSTALL_PREFIX=C:\lazarus\fpc\3.0.4