This type of Filtering possible?

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: Chris Botha (chris_s_botha_at_AT.h.o.t.m.a.i.l.com)
Date: 09/30/04


Date: Thu, 30 Sep 2004 12:57:23 -0400

The DataTable has a column containing integers.
Filtering it as "Where ColName=12" filters fine.
Here is the problem. I want to filter the integer column using "Like". For a
string column the following will work "Where StrColName Like '12%'". I
need the same effect on the integer column.

Thanks for any pointers.