<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Web Wiz Support and Community Forums : Need help with this sql statement</title>
  <link>https://forums.webwiz.net/</link>
  <description><![CDATA[This is an XML content feed of; Web Wiz Support and Community Forums : Web Wiz Forums : Need help with this sql statement]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 07 Apr 2026 20:07:02 +0000</pubDate>
  <lastBuildDate>Mon, 09 Apr 2007 16:45:58 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.08</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forums.webwiz.net/RSS_post_feed.asp?TID=23076</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Web Wiz Support and Community Forums]]></title>
   <url>https://forums.webwiz.net/forum_images/web_wiz_forums.png</url>
   <link>https://forums.webwiz.net/</link>
  </image>
  <item>
   <title><![CDATA[Need help with this sql statement : Sorry, last post - I promise....]]></title>
   <link>https://forums.webwiz.net/need-help-with-this-sql-statement_topic23076_post121916.html#121916</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=25408">kpdillon</a><br /><strong>Subject:</strong> 23076<br /><strong>Posted:</strong> 09&nbsp;April&nbsp;2007 at 4:45pm<br /><br /><P>Sorry, last post - I promise.&nbsp; :-)&nbsp; I basically want to make sure a very specific record does not exist (both the subject and date) not just the subject... Does this SQL statement accomplish that?&nbsp; It doesn't seem to from what I am seeing..</P>]]>
   </description>
   <pubDate>Mon, 09 Apr 2007 16:45:58 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/need-help-with-this-sql-statement_topic23076_post121916.html#121916</guid>
  </item> 
  <item>
   <title><![CDATA[Need help with this sql statement : Just to clarify, the issue I am...]]></title>
   <link>https://forums.webwiz.net/need-help-with-this-sql-statement_topic23076_post121912.html#121912</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=25408">kpdillon</a><br /><strong>Subject:</strong> 23076<br /><strong>Posted:</strong> 09&nbsp;April&nbsp;2007 at 3:29pm<br /><br />Just to clarify, the issue I am having is that it is ignoring the Event_date check... In other words, I don't want the post to update unless the subject and date both match...&nbsp; What seems to be happening is that if the subject matches it won't update regardless if the date is different.]]>
   </description>
   <pubDate>Mon, 09 Apr 2007 15:29:04 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/need-help-with-this-sql-statement_topic23076_post121912.html#121912</guid>
  </item> 
  <item>
   <title><![CDATA[Need help with this sql statement : I&amp;#039;m trying to write a sql...]]></title>
   <link>https://forums.webwiz.net/need-help-with-this-sql-statement_topic23076_post121901.html#121901</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=25408">kpdillon</a><br /><strong>Subject:</strong> 23076<br /><strong>Posted:</strong> 09&nbsp;April&nbsp;2007 at 3:48am<br /><br /><DIV>I'm trying to write a sql statement where it checks to see if both the subject and date match the subject and date variables respectively... I think I have the syntax correct but not the logic... Can someone tell me what I am doing wrong?</DIV><DIV>&nbsp;</DIV><DIV>strSQL = "SELECT " &amp; strDbTable &amp; "Topic.Subject, " &amp; strDbTable &amp; "Topic.Event_date, " &amp; strDbTable &amp; "Topic.Forum_ID FROM " &amp; strDbTable &amp; "Topic "</DIV><P>strSQL = strSQL&nbsp;&amp; "WHERE ((" &amp; strDbTable &amp; "Topic.Forum_ID = " &amp; intForumID &amp; " OR " &amp; strDbTable &amp; "Topic.Forum_ID = " &amp; intForumIDMovedToNB &amp; ") AND (" &amp; strDbTable &amp; "Topic.Subject LIKE '" &amp; strSubjectNB &amp; "%' AND "&amp; strDbTable &amp; "Topic.Event_date LIKE '" &amp; strDate &amp; "%')); "<BR></P>]]>
   </description>
   <pubDate>Mon, 09 Apr 2007 03:48:43 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/need-help-with-this-sql-statement_topic23076_post121901.html#121901</guid>
  </item> 
 </channel>
</rss>