Subject | Re: Fetching Query Results |
---|---|
Author | Marco Menardi |
Post date | 2002-12-02T21:06:22Z |
This is an answer from Star Treck, but it's the only one I can provide
you ;)
Have you downloaded and installed the last IBO (4.2Ib)?
If you have your clients on Win98, it COULD BE that, since IBO
IB_UpdateBar before 4.2Ib, and IB_Grid before an older one, wasted a
lot of system resources, the window that appeast exausted the last
resource free, so the program frozen...
Or it can be a problem of your code liked in events that are fired
during 'Fetching Query Results'.
Regards
Marco Menardi
you ;)
Have you downloaded and installed the last IBO (4.2Ib)?
If you have your clients on Win98, it COULD BE that, since IBO
IB_UpdateBar before 4.2Ib, and IB_Grid before an older one, wasted a
lot of system resources, the window that appeast exausted the last
resource free, so the program frozen...
Or it can be a problem of your code liked in events that are fired
during 'Fetching Query Results'.
Regards
Marco Menardi
--- In IBObjects@y..., "wilbert15nl" <Wilbert@h...> wrote:
> I've written an application on a Interbase database using IB-
> Objects. The database is on the server and the are about 10
> concurrent users in the database.While using the program
> the 'Fetching Query Results'-screen regularly appears. Normally this
> screen updates the rownumber that is fetched, but on some rare
> occasions the software stops here and the only thing I can do is
> terminate the software through windows.
>
> I know this is little information but has anybody else have the same
> problem or what causes this problem?? I don't know which part of the
> system to blame (my program, ib-objects or interbase)
>
> Thanx,
>
> Wim