<?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 : Update Error on MySQL</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 : Update Error on MySQL]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 09 Apr 2026 07:30:35 +0000</pubDate>
  <lastBuildDate>Mon, 07 Aug 2006 20:05:35 +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=20942</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[Update Error on MySQL : Glad you have found a solution...]]></title>
   <link>https://forums.webwiz.net/update-error-on-mysql_topic20942_post112275.html#112275</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 20942<br /><strong>Posted:</strong> 07&nbsp;August&nbsp;2006 at 8:05pm<br /><br />Glad you have found a solution to this problem, I will look into the solution you have offered. Thanks<br>]]>
   </description>
   <pubDate>Mon, 07 Aug 2006 20:05:35 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/update-error-on-mysql_topic20942_post112275.html#112275</guid>
  </item> 
  <item>
   <title><![CDATA[Update Error on MySQL : thks for ansver. i convert sql...]]></title>
   <link>https://forums.webwiz.net/update-error-on-mysql_topic20942_post112267.html#112267</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=17913">beyaz_seytan</a><br /><strong>Subject:</strong> 20942<br /><strong>Posted:</strong> 07&nbsp;August&nbsp;2006 at 4:36pm<br /><br /><DIV>thks for ansver. i convert sql query * to all tag. now problem is not<BR><BR>--------------------------------------------------------------------</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;'******************************************<BR>&nbsp;'*** Read in user details from database ***<BR>&nbsp;'******************************************</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'Intialise the strSQL variable with an SQL string to open a record set for the Author table<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; strSQL = "SELECT " &amp; strDbTable &amp; "Author.* " &amp; _<BR>&nbsp;"FROM " &amp; strDbTable &amp; "Author" &amp; strRowLock &amp; " " &amp; _<BR>&nbsp;"WHERE " &amp; strDbTable &amp; "Author.Author_ID=" &amp; lngUserProfileID &amp; ";"</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'Set the cursor type property of the record set to Dynamic so we can navigate through the record set<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; rsCommon.CursorType = 2</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'Set the Lock Type for the records so that the record set is only locked when it is updated<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; rsCommon.LockType = 3</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'Open the author table<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; rsCommon.Open strSQL, adoCon</DIV><DIV>&nbsp;</DIV><DIV>convert to :</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;'******************************************<BR>&nbsp;'*** Read in user details from database ***<BR>&nbsp;'******************************************</DIV><P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'Intialise the strSQL variable with an SQL string to open a record set for the Author table<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; strSQL = "SELECT tblauthor.Author_ID, tblauthor.Group_ID, tblauthor.Username, tblauthor.Real_name, tblauthor.User_code, tblauthor.Password, tblauthor.Salt, tblauthor.Author_email, tblauthor.Homepage, tblauthor.Location, tblauthor.MSN, tblauthor.Yahoo, tblauthor.ICQ, tblauthor.AIM, tblauthor.Occupation, tblauthor.Interests, tblauthor.DOB, tblauthor.Signature, tblauthor.No_of_posts, tblauthor.No_of_PM, tblauthor.Join_date, tblauthor.Avatar, tblauthor.Avatar_title, tblauthor.Last_visit, tblauthor.Time_offset, tblauthor.Time_offset_hours, tblauthor.Date_format, tblauthor.Show_email, tblauthor.Attach_signature, tblauthor.Active, tblauthor.Rich_editor, tblauthor.Reply_notify, tblauthor.PM_notify, tblauthor.Skype, tblauthor.Login_attempt, tblauthor.Banned, tblauthor.Info " &amp;_<BR>&nbsp;"FROM " &amp; strDbTable &amp; "Author" &amp; strRowLock &amp; " " &amp; _<BR>&nbsp;"WHERE " &amp; strDbTable &amp; "Author.Author_ID=" &amp; lngUserProfileID &amp; ";"</P><P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'Set the cursor type property of the record set to Dynamic so we can navigate through the record set<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; rsCommon.CursorType = 2</P><P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'Set the Lock Type for the records so that the record set is only locked when it is updated<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; rsCommon.LockType = 3</P><P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'Open the author table<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; rsCommon.Open strSQL, adoCon</P>]]>
   </description>
   <pubDate>Mon, 07 Aug 2006 16:36:48 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/update-error-on-mysql_topic20942_post112267.html#112267</guid>
  </item> 
  <item>
   <title><![CDATA[Update Error on MySQL : Sounds like it maybe an issue...]]></title>
   <link>https://forums.webwiz.net/update-error-on-mysql_topic20942_post112261.html#112261</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 20942<br /><strong>Posted:</strong> 07&nbsp;August&nbsp;2006 at 2:58pm<br /><br />Sounds like it maybe an issue with the way you have created or moved your database from Access to mySQL.]]>
   </description>
   <pubDate>Mon, 07 Aug 2006 14:58:15 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/update-error-on-mysql_topic20942_post112261.html#112261</guid>
  </item> 
  <item>
   <title><![CDATA[Update Error on MySQL : Server Error in Forum ApplicationAn...]]></title>
   <link>https://forums.webwiz.net/update-error-on-mysql_topic20942_post112254.html#112254</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=17913">beyaz_seytan</a><br /><strong>Subject:</strong> 20942<br /><strong>Posted:</strong> 07&nbsp;August&nbsp;2006 at 1:46pm<br /><br /><strong>Server Error in Forum Application<BR></strong>An error has occured while writing to the database. <BR>Please contact the forum administrator.<BR><BR><strong>Support Error Code:-</strong> err_mySQL_update_USR<BR><strong>File Name:-</strong> register.asp<BR><BR><strong>Error details:-</strong><BR>Microsoft OLE DB Provider for ODBC Drivers<BR>Query-based update failed because the row to update could not be found.<DIV>&nbsp;</DIV><DIV>----------------------------------------</DIV><DIV>i was use Access i convered my access&nbsp;db&nbsp;to mysql. but now my new users can't update him or her profils<BR></DIV>]]>
   </description>
   <pubDate>Mon, 07 Aug 2006 13:46:33 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/update-error-on-mysql_topic20942_post112254.html#112254</guid>
  </item> 
 </channel>
</rss>