Subject | Re: IBOquery refresh |
---|---|
Author | Patrick Lenz |
Post date | 2001-03-29T01:24:43Z |
Thanks Helen,
Let me then step back a little and try to explain the problem I had
originally:
here is what i did with IBX IBquery:
SELECT * FROM GETEMPLOYEES(:HIRE_DATE)
the result is all employee-id's and names hired before that hire_date.
I look at the data through a clientdataset and provider.
The providerflag for the field emp_no is set to inKey.
When I do clientdataset.refreshrecord the current record is being
refreshed - no problem.
Now I do the same with IBOquery and the record is not refreshed.
Any idea what I am doing wrong / different ?
Thanks
Patrick
Let me then step back a little and try to explain the problem I had
originally:
here is what i did with IBX IBquery:
SELECT * FROM GETEMPLOYEES(:HIRE_DATE)
the result is all employee-id's and names hired before that hire_date.
I look at the data through a clientdataset and provider.
The providerflag for the field emp_no is set to inKey.
When I do clientdataset.refreshrecord the current record is being
refreshed - no problem.
Now I do the same with IBOquery and the record is not refreshed.
Any idea what I am doing wrong / different ?
Thanks
Patrick