<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
I have used the "IN" operator like you show, and it works for me,
although not with the SDF provider.<br>
<pre class="moz-signature" cols="72">Regards, Kenneth Skovhede, GEOGRAF A/S
</pre>
<br>
<br>
Jackie Ng skrev:
<blockquote cite="mid:1240818744459-2722930.post@n2.nabble.com"
 type="cite">
  <pre wrap="">What if you single-quoted the values in the IN filter list?

- Jackie


KOBAH wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Hello,
I hope users might have undergone this basic query filter in past.
               districtQuery.SetFilter("Autogenerated_SDF_ID = " +
district);

I just want to alter this filter to include multiple option by using IN
query filter.
           districtQuery.SetFilter("Autogenerated_SDF_ID IN (district1,
district2, district2) ");

I am getting result for the first variable only not the others. Is my
syntax right?
Regards,
KOBAH

    </pre>
  </blockquote>
  <pre wrap=""><!---->
  </pre>
</blockquote>
</body>
</html>