[fpc-devel] Workaround for issue #5093
Alexander Todorov
alexx.todorov at gmail.com
Wed May 10 10:13:52 CEST 2006
Hello,
recently I have reported this issue on the FPC site and there were
some e-mails about SQLDb not working with PostgreSQL.
http://www.freepascal.org/bugs/showrec.php3?ID=5093
The work around for TPQConnection is:
Do NOT use FTransaction.Commit but USE FTransaction.CommitRetaining instead.
It is working for me this way.
PS: This is not working with PostgreSQL but is working with Firebird.
I am not able to test with MySQL at the moment. Could someone test it
please? If possible test with other types of connections provided with
SQLdb.
Thanks.
More information about the fpc-devel
mailing list