Board index » delphi » BDE Missing ) error message on SQL statement
wcs36buff...@usa.pipeline.com(dick Keaton)
![]() Delphi Developer |
Tue, 21 Apr 1998 03:00:00 GMT
BDE Missing ) error message on SQL statement
I have an application that builds SQL commands to read a
Paradox table. I have built the following 'WHERE' portion of a 'SELECT' statement. 'WHERE From my knowledge of operator precedence and expression line 1: 'WHERE (field_a LIKE "m%") To ensure this, I reconstructed my program logic and inserted However, whenever I execute this query, I get the following Missing ). Field: field_a. Table: nameoftable. If I replace field_a in the 'AND' expression on line 3 with i.e. (field_b >= 2000000 AND field_anything = "somevalue") everything works just fine. This causes me to think that my problem must be due to the I would appreciate any assistance anyone might offer. Thanks, {*word*106} Keaton |