I have a piece of code that uses IBXpress and Firebird to insert 25 thousand
records into an empty database
The process will put the records into four new tables and create four update
store procedures as well.
The problem is when I go to call IBDatabase1.connected := False; It just
hangs there and does not return.
There is also no CPU activity. ie IBServer is not processing.

Its only a problem with a large number of records and I can tell you all
transactions have been committed, querys closed.

As a test I put in a connect/disconnect after each record insert and it did
close Ok. So I guessing its a timing issue of some sort.
Any one seen this before or an idea on what might cause this behavior.

PS I tried forceclose as well. No luck


 




---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED] 
with body of "unsubscribe delphi"
Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/

Reply via email to