Subject Re: [IBO] Problem in Bind Cursor
Author Luiz Alves
> Please provide me a sample applicaion with this problem.

I will do it.

> > I have a question:
> >
> > How do I make a refresh in querys as:
> >
> > "select nrav
> > ...
> > group by nrav"
> >
> > Do I have to call close and open again to do a refresh?
>
> Just call Refresh.

I already tryed Refresh and RefreshAll without results. Refresh and
RefreshAll works well when my app is running on my pc desktiop with
Interbase installed locally with this query.

But, when running with IB installed on NT server, refresh only works well
with my app acessing remotely the server, using this type of query, if I
call RefreshRows.

Thanks,
Luiz.

----- Original Message -----
From: Jason Wharton <jwharton@...>
To: <IBObjects@egroups.com>
Sent: Monday, January 08, 2001 8:50 PM
Subject: Re: [IBO] Problem in Bind Cursor


> > > Can you give the callstack that is in place when this is happening.
> > > Regardless of whether there is a better way to implement this or not,
> > > the problem of the repeated exception should be resolved - but need to
> > > know why the exception is being repeated.
> >
> > I get 'process unavailable' when trying get the Call Stack.
> >
> > > Which version last worked with this sql? Then I can run a compare and
> > > see whats changed that may impact your code (unless Jason comes up
> > > with a resolution in the mean time).
> >
> > With 3_6_Cx version, I only noted the problem in 3_6_Cc.
> > In all 3_5_Bx version I haven't noted this problem.
>
> Please provide me a sample applicaion with this problem.
>
> > I have a question:
> >
> > How do I make a refresh in querys as:
> >
> > "select nrav
> > ...
> > group by nrav"
> >
> > Do I have to call close and open again to do a refresh?
>
> Just call Refresh.
>
> Thanks,
> Jason Wharton
> CPS - Mesa AZ
> http://www.ibobjects.com
>
>
>
>
>