Re: Asynchronous query
From: Steve Haynes <steve_at_rwx777.demon.co.uk>
Date: Fri, 15 Sep 2000 00:21:56 +0100
Message-ID: <KbP1rLAU2Vw5EwML_at_rwx777.demon.co.uk>
Date: Fri, 15 Sep 2000 00:21:56 +0100
Message-ID: <KbP1rLAU2Vw5EwML_at_rwx777.demon.co.uk>
In article <8pqp13$c663s$1_at_reader3.wxs.nl>, Arie Mars <arie_at_pcaonline.
nl> writes
>How can I execute a query without waiting for the result in my form.
>I'm using 8i and Forms5
>
>I need this to count some (time consuming) totals, not needed directly, when
>ever a user changes certain values.
>
>Arie Mars
>arie_at_pca-online.nl
>
>
maybe stuff a query row in a temp table,
have a dbms_job look for things to do and
send alerts when done, the form could then
react to the alert.
Steve Received on Fri Sep 15 2000 - 01:21:56 CEST