|
Home > Archive > MS Access and Internet > July 2005 > DAP ServerFilter Runtime Error after upgrade to Office 2003
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
DAP ServerFilter Runtime Error after upgrade to Office 2003
|
|
| Steve Newbery 2005-07-20, 3:24 am |
| Using ServerFilter on a Data Access Page gives "Unknown runtime error" for
those users who have upgraded to Office 2003. Other users who still have
Office XP don't get the error.
Strange thing is that ServerFilter works ok for the Office 2003 users,
except when the filter conteins parentheses, so a filter of "1=1" works ok,
but "(1=1)" gives the runtime error.
All Office 2003 users have Win XP SP2, with Office 2003 SP1, and MDAC 2.8.
Can anyone shed some light onto this strange problem?
| |
| Steve Newbery 2005-07-26, 7:24 am |
| Ok, I found the problem, I needed to change the CLSID for the Data Source
Component in the page to the value for OWC11:
OWC10: 0002E553-0000-0000-C000-000000000046
OWC11: 0002E55B-0000-0000-C000-000000000046
|
|
|
|
|