<?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 : MySQL: Search error</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 : MySQL: Search error]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 13 Apr 2026 18:00:35 +0000</pubDate>
  <lastBuildDate>Tue, 17 Jan 2006 12:49:57 +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=17858</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[MySQL: Search error : The above wouldn&amp;#039;t work as...]]></title>
   <link>https://forums.webwiz.net/mysql-search-error_topic17858_post97524.html#97524</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 17858<br /><strong>Posted:</strong> 17&nbsp;January&nbsp;2006 at 12:49pm<br /><br />The above wouldn't work as a solution as it means that sub query (not support in mySQL 4.0) would not run, thus the page would never display a result.<br><br>What you need to do is use mySQL 4.1 or above which does support sub queries.<br>]]>
   </description>
   <pubDate>Tue, 17 Jan 2006 12:49:57 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/mysql-search-error_topic17858_post97524.html#97524</guid>
  </item> 
  <item>
   <title><![CDATA[MySQL: Search error : find: &amp;#039;Put in where cluases...]]></title>
   <link>https://forums.webwiz.net/mysql-search-error_topic17858_post97013.html#97013</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=22584">longcong</a><br /><strong>Subject:</strong> 17858<br /><strong>Posted:</strong> 12&nbsp;January&nbsp;2006 at 5:26pm<br /><br /><img alt="Embarrassed" src="https://forums.webwiz.net/smileys/smiley9.gif" align="absmiddle" border="0">find:<br>&nbsp;&nbsp;&nbsp; 'Put in where cluases for the actual search<br>&nbsp;&nbsp;&nbsp; strSQL = strSQL &amp; _<br>&nbsp;&nbsp;&nbsp; strSQLwhereDate &amp; _<br>&nbsp;&nbsp;&nbsp; strSQLwhereForum &amp; _<br>&nbsp;&nbsp;&nbsp; strSQLwhereMemSearch &amp; _<br>&nbsp;&nbsp;&nbsp; strSQLwhereKeywords<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; 'Check the permissions<br>&nbsp;&nbsp;&nbsp; strSQL = strSQL &amp; _<br>&nbsp;&nbsp;&nbsp; "AND (" &amp; strDbTable &amp; "Topic.Forum_ID " &amp; _<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; "IN (" &amp; _<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; "SELECT " &amp; strDbTable &amp; "Permissions.Forum_ID " &amp; _<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; "FROM " &amp; strDbTable &amp; "Permissions " &amp; strDBNoLock &amp; " " &amp; _<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; "WHERE (" &amp; strDbTable &amp; "Permissions.Group_ID = " &amp; intGroupID &amp; " OR " &amp; strDbTable &amp; "Permissions.Author_ID = " &amp; lngLoggedInUserID &amp; ") " &amp; _<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; "AND " &amp; strDbTable &amp; "Permissions.View_Forum=" &amp; strDBTrue &amp; _<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; ")" &amp; _<br>&nbsp;&nbsp;&nbsp; ") "<br><br><br><img alt="Ouch" src="https://forums.webwiz.net/smileys/smiley18.gif" align="absmiddle" border="0">re:<br><br>&nbsp;&nbsp;&nbsp; 'Put in where cluases for the actual search<br>&nbsp;&nbsp;&nbsp; strSQL = strSQL &amp; _<br>&nbsp;&nbsp;&nbsp; strSQLwhereDate &amp; _<br>&nbsp;&nbsp;&nbsp; strSQLwhereForum &amp; _<br>&nbsp;&nbsp;&nbsp; strSQLwhereMemSearch &amp; _<br>&nbsp;&nbsp;&nbsp; strSQLwhereKeywords<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; 'Check the permissions<br>&nbsp;&nbsp;&nbsp; strSQL = strSQL &amp; _<br>&nbsp;&nbsp;&nbsp; "AND (" &amp; strDbTable &amp; "Topic.Forum_ID " &amp; _<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; "IN (<font color="#ff0000">'</font>" &amp; _<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; "SELECT " &amp; strDbTable &amp; "Permissions.Forum_ID " &amp; _<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; "FROM " &amp; strDbTable &amp; "Permissions " &amp; strDBNoLock &amp; " " &amp; _<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; "WHERE (" &amp; strDbTable &amp; "Permissions.Group_ID = " &amp; intGroupID &amp; " OR " &amp; strDbTable &amp; "Permissions.Author_ID = " &amp; lngLoggedInUserID &amp; ") " &amp; _<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; "AND " &amp; strDbTable &amp; "Permissions.View_Forum=" &amp; strDBTrue &amp; _<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; "<font color="#ff0000">'</font>)" &amp; _<br>&nbsp;&nbsp;&nbsp; ") "<br><br>]]>
   </description>
   <pubDate>Thu, 12 Jan 2006 17:26:13 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/mysql-search-error_topic17858_post97013.html#97013</guid>
  </item> 
  <item>
   <title><![CDATA[MySQL: Search error : Talking about weather, I&amp;#039;m...]]></title>
   <link>https://forums.webwiz.net/mysql-search-error_topic17858_post96998.html#96998</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=21724">conxion</a><br /><strong>Subject:</strong> 17858<br /><strong>Posted:</strong> 12&nbsp;January&nbsp;2006 at 2:57pm<br /><br />Talking about weather, I'm so lucky that living in a tropic country line mine. My colleagues from UK also enjoy staying here in the warm weather with beautiful sunshine. Have you ever thought about living and working in an SouthEastAsia country?]]>
   </description>
   <pubDate>Thu, 12 Jan 2006 14:57:02 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/mysql-search-error_topic17858_post96998.html#96998</guid>
  </item> 
  <item>
   <title><![CDATA[MySQL: Search error :  Yeah that brings back memoriesI...]]></title>
   <link>https://forums.webwiz.net/mysql-search-error_topic17858_post96996.html#96996</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=12748">Mikey</a><br /><strong>Subject:</strong> 17858<br /><strong>Posted:</strong> 12&nbsp;January&nbsp;2006 at 2:36pm<br /><br />Yeah that brings back memories&nbsp;<img alt="LOL" src="https://forums.webwiz.net/smileys/smiley36.gif" align="absmiddle" border="0"><br>I shall be purchasing a link/Ad removal key in the next few months, so maybe a little more heating for ya lol <img alt="Wink" src="https://forums.webwiz.net/smileys/smiley2.gif" align="absmiddle" border="0"><br><span style="font-size:10px"><br /><br />Edited by Mikey - 12&nbsp;January&nbsp;2006 at 2:39pm</span>]]>
   </description>
   <pubDate>Thu, 12 Jan 2006 14:36:09 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/mysql-search-error_topic17858_post96996.html#96996</guid>
  </item> 
  <item>
   <title><![CDATA[MySQL: Search error : Thats better than me, I have an...]]></title>
   <link>https://forums.webwiz.net/mysql-search-error_topic17858_post96989.html#96989</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 17858<br /><strong>Posted:</strong> 12&nbsp;January&nbsp;2006 at 1:44pm<br /><br />Thats better than me, I have an office with no working lights and only 1 working plug, that I'm running everything from, including, heater, stereo, PC, monitor, printer, phones, router, etc.<br><br>I know when it's a could day, I have to keep my coat on even with the heater on full, I usually give up and go home when my fingers get so cold and numb, I can no-longer feel the keys on teh keyboard.<img alt="Disapprove" src="https://forums.webwiz.net/smileys/smiley13.gif" align="absmiddle" border="0"><br>]]>
   </description>
   <pubDate>Thu, 12 Jan 2006 13:44:27 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/mysql-search-error_topic17858_post96989.html#96989</guid>
  </item> 
  <item>
   <title><![CDATA[MySQL: Search error : To be honest with you i&amp;#039;m...]]></title>
   <link>https://forums.webwiz.net/mysql-search-error_topic17858_post96984.html#96984</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=12748">Mikey</a><br /><strong>Subject:</strong> 17858<br /><strong>Posted:</strong> 12&nbsp;January&nbsp;2006 at 1:03pm<br /><br />To be honest with you i'm sitting next to a radiator and just looking out the window, the people do look cold outside in their scarfs and gloves so i don't think i risk going outside just yet, Altho unfortunatley i work outside so got no choice really&nbsp;<img alt="Wacko" src="https://forums.webwiz.net/smileys/smiley29.gif" align="absmiddle" border="0">]]>
   </description>
   <pubDate>Thu, 12 Jan 2006 13:03:59 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/mysql-search-error_topic17858_post96984.html#96984</guid>
  </item> 
  <item>
   <title><![CDATA[MySQL: Search error : I thought it was quite mild today,...]]></title>
   <link>https://forums.webwiz.net/mysql-search-error_topic17858_post96970.html#96970</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 17858<br /><strong>Posted:</strong> 12&nbsp;January&nbsp;2006 at 12:08pm<br /><br />I thought it was quite mild today, although I am about 100 miles from London.]]>
   </description>
   <pubDate>Thu, 12 Jan 2006 12:08:14 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/mysql-search-error_topic17858_post96970.html#96970</guid>
  </item> 
  <item>
   <title><![CDATA[MySQL: Search error : Thats why we&amp;#039;re here dude,...]]></title>
   <link>https://forums.webwiz.net/mysql-search-error_topic17858_post96955.html#96955</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=12748">Mikey</a><br /><strong>Subject:</strong> 17858<br /><strong>Posted:</strong> 12&nbsp;January&nbsp;2006 at 11:30am<br /><br />Thats why we're here dude, not like there's much else i can do in this freezing London weather lol&nbsp;<img alt="LOL" src="https://forums.webwiz.net/smileys/smiley36.gif" align="absmiddle" border="0">]]>
   </description>
   <pubDate>Thu, 12 Jan 2006 11:30:54 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/mysql-search-error_topic17858_post96955.html#96955</guid>
  </item> 
  <item>
   <title><![CDATA[MySQL: Search error : Thanks again, another one to look...]]></title>
   <link>https://forums.webwiz.net/mysql-search-error_topic17858_post96951.html#96951</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 17858<br /><strong>Posted:</strong> 12&nbsp;January&nbsp;2006 at 11:12am<br /><br />Thanks again, another one to look into.<br><br>I did do quite a bit of testing with the mySQL version, but not as much as I would have liked to.<br>]]>
   </description>
   <pubDate>Thu, 12 Jan 2006 11:12:48 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/mysql-search-error_topic17858_post96951.html#96951</guid>
  </item> 
  <item>
   <title><![CDATA[MySQL: Search error : MySQL version, Logged in as admin,...]]></title>
   <link>https://forums.webwiz.net/mysql-search-error_topic17858_post96906.html#96906</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=12748">Mikey</a><br /><strong>Subject:</strong> 17858<br /><strong>Posted:</strong> 11&nbsp;January&nbsp;2006 at 11:03pm<br /><br />MySQL version, Logged in as admin, On submital of search for the term 'Test' (a term i know is in my test posts) searching all forums using 'Match all words'...<br><br><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by Error" alt="Originally posted by Error" style="vertical-align: text-bottom;" /> <strong>Error wrote:</strong><br /><br /><br><p><font face="Arial" size="2">Microsoft OLE DB Provider for ODBC Drivers</font> <font face="Arial" size="2">error '80040e14'</font></p><p><font face="Arial" size="2">&#091;MySQL&#093;&#091;ODBC 3.51Driver&#093;&#091;mysqld-4.0.21-debug&#093;You have an error in your SQL syntax. Checkthe manual that corresponds to your MySQL server version for the rightsyntax to use near 'SELECT tblPermissions.Forum_ID FROM tblPermissionsWHERE (tblP</font></p><p><font face="Arial" size="2">/wwwv8_test/search_process.asp</font><font face="Arial" size="2">, line 610</font></p><p><font face="Arial" size="2"></td></tr></table></font></p><p><font face="Arial" size="2"><img alt="Big smile" src="https://forums.webwiz.net/smileys/smiley4.gif" align="absmiddle" border="0"><br></font> </p><br>]]>
   </description>
   <pubDate>Wed, 11 Jan 2006 23:03:31 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/mysql-search-error_topic17858_post96906.html#96906</guid>
  </item> 
 </channel>
</rss>