FM 6 Odbc Bug? -
08-02-2005
, 02:48 PM
Hi all,
When running this sql against an FM 6 database, the application
performing the query just exits. No error codes or anything. It
doesn't matter if its my .Net application or Microsofts query tool.
Any ideas?
Select *
from Table
where Col1 = 'Value A' OR Col1 = 'Value B'
It supports the AND in the where clause, but not OR??
Thanks
Andy |