Subject Re: [firebird-support] Firebird and SQLHourGlass cursor
Author Pavol STÁREK PSŽ
tanz_anthrox wrote:

>Using FIB gives us the ability to change the cursor crSQLwait
>automatically. I want to change the cursor while application is busy.
>I mean onSQLOpen, onSQLPost, onSQLInsert. I can not control the
>transaction's activity.
>
>Please suggest me something.
>
>NOTE : When I try to post(commit retaining) a large Blob field (5MB)
>application locks. Is there a way to correct this!!
>
>
>
>To unsubscribe from this group, send an email to:
>firebird-support-unsubscribe@yahoogroups.com
>
>
>
>Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>
Hi,

you have to use threads or something like this... all functions
accessing firebird from delphi are blocking,
so your program wait until operation is done and is not handling message
queue...

You have to create separate thread to handle your database functions to
let app respond to messages...

p.