Subject | Re: Query not finishing before rest of program runs |
---|---|
Author | bou@altekcomputer.com |
Post date | 2001-02-06T14:44:28Z |
--- In IBObjects@y..., "Jason Wharton" <jwharton@i...> wrote:
It was a problem with my code not IBObjects. Thanks and keep up the
good work.
Bo
> When using a query like this set KeyLinksAutoDefine to false andquerys
> FetchWholeRows to true.
>
> If that doesn't cure things up, you will need to send me something
> duplicating this behavior for me to take additional action.
>
> Thanks,
> Jason Wharton
> CPS - Mesa AZ
> http://www.ibobjects.com
>
>
> ----- Original Message -----
> From: <bou@a...>
> To: <IBObjects@y...>
> Sent: Monday, February 05, 2001 10:30 AM
> Subject: [IBO] Query not finishing before rest of program runs
>
>
> > Hello All
> > I have a IBOquery like this.
> >
> > SELECT COUNT(Check_detail.CK_ID) Ck_id
> > FROM CHECK_DETAIL Check_detail
> > LEFT OUTER JOIN CHECK_MASTER Check_master
> > ON Check_detail.CK_ID = Check_master.CK_ID
> > WHERE (((Check_detail.CK_EMP_KEY = '003')
> > AND (Check_detail.CD_RECORD_CODE = '4')
> > AND (Check_detail.CK_RECORD_TOTAL_TYPE = 'C')
> > AND (Check_master.CK_CK_DATE BETWEEN '02/01/2001'
> > AND '02/28/2001')))
> >
> >
> > What happens if I attach code to a button to open the query I get
> > results. But if the query runs in a procedure that many other
> > run then there are no results. It is as if it is not waiting toquery
> > finish the query. If I attach code to a button to refresh the
> > after the procedure runs the data shows up. There are a lot ofother
> > querys and they all work fine. It seems that this perticular SQLHi Jason
> > syntax has a problem. I am using latest IBO update.
> >
> >
> > Thanks
> > Bo Ugljesic
> > Lou-Ray Associates
> >
> >
> >
> >
> >
> >
> >
It was a problem with my code not IBObjects. Thanks and keep up the
good work.
Bo