<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1016220" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1016220</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/matching-similar-numbers-not-same-numbers#comment-1094268</link>
    <description> &lt;p&gt;Thanks for the reply, Peter.  I will definitely try this approach and see if I can get this to work better.  I&#039;ve figured a work-around, but it would take a post longer than my first one to explain that one!  LOL!&lt;/p&gt;
&lt;p&gt;I will save you the headaches!&lt;/p&gt;
&lt;p&gt;Anyway, thanx a heap for the help!&lt;/p&gt;
 </description>
     <pubDate>Mon, 19 Nov 2001 13:45:51 +0000</pubDate>
 <dc:creator>krakahed</dc:creator>
 <guid isPermaLink="false">comment 1094268 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/matching-similar-numbers-not-same-numbers#comment-1094164</link>
    <description> &lt;p&gt;Ouch, my head hurts &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/wink.png&quot; title=&quot;Wink&quot; alt=&quot;Wink&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;After reading what you&#039;re trying to do wouldn&#039;t a query like this suffice:&lt;/p&gt;
&lt;p&gt;SELECT Product&lt;br /&gt;
FROM ProductTable&lt;br /&gt;
WHERE Product LIKE &#039;%&#039; + Product#&lt;br /&gt;
AND CONTAINS(Product, &#039;c&#039;)&lt;/p&gt;
&lt;p&gt;Then just replace the &#039;c&#039; with &#039;isa&#039; or whatever other extension you&#039;re searching for. The query assumes that the variable Product# is going to be formatted properly.&lt;/p&gt;
 </description>
     <pubDate>Sat, 17 Nov 2001 15:44:09 +0000</pubDate>
 <dc:creator>Peter J. Boettcher</dc:creator>
 <guid isPermaLink="false">comment 1094164 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
