Hello,
I have a question. I hope someone can help. We do the following with a view.
CREATE VIEW serv_authcodes AS
SELECT DISTINCT account, btn, npanxx, prodcode, servclass, feeschedidx,
acctcodeflag
FROM servdef
WHERE prodcode in (NULL, '', 'DIALR', 'TRAVL','HOTLN', 'PWFAX',
'DEBIT') and access LIKE '000%' and
canceldate > TODAY
The first time a user runs the report we have a timeout. After the first select that errors all other users reports are fine. If I do a simple select through dbaccess and the user runs the report for the first time it works fine. If no one runs the report for a hour we run into the situation again on the first select. Any Idea's?
Thanks
Jeff