___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
Hi,
I'm using TMySQL50Connection and TSQLQuery to do a query on a mysql server. Is
there a way that you can set a timeout on a query so that it also automatically
kills the mysql process after the timeout and doesn't keep loading the mysql
server?
Thanks,
Tom
On 08 Jul 2010, at 10:07, Graeme Geldenhuys wrote:
what would happen if they
do contain characters > #127? Does the compiler though some "malformed
unicode character" error during compilation?
If the character is indeed malformed (it might also be a valid
sequence by accident), then the com
On 8 July 2010 09:59, Jonas Maebe wrote:
>
> As long as they indeed don't contain any characters > #127: yes.
OK, that should be fine. I'm curious though, what would happen if they
do contain characters > #127? Does the compiler though some "malformed
unicode character" error during compilation?
On 08 Jul 2010, at 09:57, Graeme Geldenhuys wrote:
If I pass -Fcutf8 to all my projects, even though the source code in
units
are plain ASCII, is there any negative/drawbacks regarding FPC and
how it
processes my units?
Basically, is it "safe" to simply pass -Fcutf8 to FPC for all my
pro
Hi,
If I pass -Fcutf8 to all my projects, even though the source code in units
are plain ASCII, is there any negative/drawbacks regarding FPC and how it
processes my units?
Basically, is it "safe" to simply pass -Fcutf8 to FPC for all my projects?
Regards,
- Graeme -
--
fpGUI Toolkit - a cro