PRB: Incomplete Parameter Delimiters Causes Confusing ErrorID: Q175265
|
The Query Definitions Differ dialog box displays the following error when the user fails to fully delimit parameters in their SQL test:
Invalid text or symbol Error in WHERE clause: 'example = test' not recognized
The Query Designer cannot always guess what your intentions are when you start a parameter without terminating it in your SQL text.
Go back into the SQL text and correctly delimit the parameter value for the query.
This behavior is by design.
SELECT stor_id FROM stores WHERE %city = CA
Click into the Results pane. The Query Designer displays the Query
Definitions Differ dialog box and click OK. The Query Designer shows the
resulting statement in the SQL pane:
SELECT stor_id FROM stores WHERE %city = CA%
You can fix the query by modifying the text to read:
SELECT stor_id FROM stores WHERE city = %CA%
For the latest Knowledge Base articles and other support information on Visual InterDev and Active Server Pages, see the following page on the Microsoft Technical Support site:
http://support.microsoft.com/support/vinterdev/
Keywords : kberrmsg kbVisDBTools kbVisID100 kbGrpASP kbDtQDesigner
Version : WINDOWS:1.0
Platform : WINDOWS
Issue type : kbprb
Last Reviewed: May 10, 1999