[Lazarus] SQLTransaction: Operation cannot be performed on an active transaction

2013-06-04 Thread Eric Kom
Good day all; I am trying to set the Active property of TSQLTransaction to False so that I can avoid the above Read Error message: SQLTransaction: Operation cannot be performed on an active transaction The True value is currently set to True. -- Kind Regards Eric Kom System Administrator & P

Re: [Lazarus] SQLTransaction: Operation cannot be performed on an active transaction

2013-06-04 Thread Antonio Fortuny
Le 04/06/2013 09:56, Eric Kom a écrit : Good day all; I am trying to set the Active property of TSQLTransaction to False so that I can avoid the above Read Error message: SQLTransaction: Operation cannot be performed on an active transaction The True value is currently set to True. Try SQLTra

Re: [Lazarus] SQLTransaction: Operation cannot be performed on an active transaction

2013-06-04 Thread Eric Kom
On 04/06/2013 10:19, Antonio Fortuny wrote: Le 04/06/2013 09:56, Eric Kom a écrit : Good day all; I am trying to set the Active property of TSQLTransaction to False so that I can avoid the above Read Error message: SQLTransaction: Operation cannot be performed on an active transaction The Tru

Re: [Lazarus] SQLTransaction: Operation cannot be performed on an active transaction

2013-06-04 Thread Antonio Fortuny
Le 04/06/2013 16:54, Eric Kom a écrit : On 04/06/2013 10:19, Antonio Fortuny wrote: Thanks, I did changed to Commit and then caNone before it solved the error, another error message pop up saying Access Violation. Anyway, the problem was solved. The above code its giving me a problem; the

Re: [Lazarus] "crti.o" "crtbegin.o" "crtend.o" "crtn.o"

2013-06-04 Thread leledumbo
Just ignore the warnings, they seem to be safe for FPC programs (FPC doesn't use GCC initializer/finalizer, it has its own). This may be caused by newer binutils, whose behavior is documented here: http://gcc.gnu.org/onlinedocs/gccint/Initialization.html -- View this message in context: http://

Re: [Lazarus] "crti.o" "crtbegin.o" "crtend.o" "crtn.o"

2013-06-04 Thread Junior
it did not existed before. always (in any project) shows this warning in the compilation would not be a bug? thanks Em 04-06-2013 12:21, leledumbo escreveu: Just ignore the warnings, they seem to be safe for FPC programs (FPC doesn't use GCC initializer/finalizer, it has its own). This may be c