Hello,
I have the error "Unknown ISC error 0" in Forms.TApplication.ProcessMessage;
With last version of Firebird 2.5.1.26351 32 or 64 bits on Windows XP and 7.
With Ibdac 4.1.4 and Delphi Pro 2010.
When I close a Tform which containing a TibcQuery and a TIBCTransaction.
All is auto closed = I doesn't use manual close of my query and transaction !
object IBTransactionMAJ: TIBCTransaction
DefaultConnection = MyConnection
Params.Strings = (
'read_committed'
'rec_version'
'nowait')
DefaultCloseAction = taCommitRetaining
Left = 592
Top = 80
end
This errors only occurs when database connexion use local/direct protocol connexion :
Like this : MyConnection = TibCConnection
MyConnection.server='';
MyConnection.database='c:\data\mybase.fdb';
I have no problem with :
MyConnection.server='localhost';
MyConnection.database='c:\data\mybase.fdb';
Fixed in 4.1.5 ?
Best regards,
Fabrice
Unknown ISC error 0
-
AndreyZ
-
pincopallino
- Posts: 16
- Joined: Wed 03 Oct 2012 19:52
Re: Unknown ISC error 0
I'm suffering from the same identical problem! With Unidac 4.5.9
There something that I can do?
Thanks
There something that I can do?
Thanks
-
pincopallino
- Posts: 16
- Joined: Wed 03 Oct 2012 19:52
Re: Unknown ISC error 0 [solved]
I traced the code to a line of UniDac where a comment said that this is a bug of VCL so I solved closing the connection in the TForm.Destroy method.
Re: Unknown ISC error 0
Thank you for the information.
We are investigating the problem and will inform you when we have any results.
We are investigating the problem and will inform you when we have any results.