Subject | IBOquery refresh |
---|---|
Author | Patrick Lenz |
Post date | 2001-03-28T23:39:14Z |
Hi,
My iboquery looks like SELECT * FROM SPROC(:ADATE,:DUMMY).
BeforeOpen: DUMMY = NULL.
In IBX I would use the same query as refresh query but this time:
Before Refresh: DUMMY = PRIMARYKEYID
When I now run the procedure I will only get one record back for the
KeyId.
Since I don't see a refreshSQL in IBO, can I still do something like
this ?
Thanks
Patrick
My iboquery looks like SELECT * FROM SPROC(:ADATE,:DUMMY).
BeforeOpen: DUMMY = NULL.
In IBX I would use the same query as refresh query but this time:
Before Refresh: DUMMY = PRIMARYKEYID
When I now run the procedure I will only get one record back for the
KeyId.
Since I don't see a refreshSQL in IBO, can I still do something like
this ?
Thanks
Patrick