<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1018837" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1018837</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/operation-must-use-updateable-query#comment-1111332</link>
    <description> &lt;p&gt;Just use Windows Explorer to navigate to the folder that the database is in, do a right-click on the folder and select properties, then click the Security tab and see what accounts have permission on that folder.&lt;/p&gt;
 </description>
     <pubDate>Fri, 12 Jul 2002 13:14:18 +0000</pubDate>
 <dc:creator>Peter J. Boettcher</dc:creator>
 <guid isPermaLink="false">comment 1111332 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/operation-must-use-updateable-query#comment-1111305</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote:&lt;br /&gt;
Check to make sure the directory your database is in has read/write access for the IUSR &amp;amp; IWAM accounts.
&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;how to check tat? how to change it to write access??&lt;/p&gt;
&lt;p&gt;ok, even it&#039;s in read access, if i recreate the whole database in xp, i still got the error..&lt;/p&gt;
&lt;p&gt;and its already in a folder..&lt;/p&gt;
 </description>
     <pubDate>Fri, 12 Jul 2002 02:17:21 +0000</pubDate>
 <dc:creator>joyce</dc:creator>
 <guid isPermaLink="false">comment 1111305 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/operation-must-use-updateable-query#comment-1111292</link>
    <description> &lt;p&gt;Sounds to me like the security settings in XP are tighter. Check to make sure the directory your database is in has read/write access for the IUSR &amp;amp; IWAM accounts. If that fails try throwing the database inside a folder in your website (unless it is already!)&lt;/p&gt;
 </description>
     <pubDate>Thu, 11 Jul 2002 12:27:46 +0000</pubDate>
 <dc:creator>Peter J. Boettcher</dc:creator>
 <guid isPermaLink="false">comment 1111292 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/operation-must-use-updateable-query#comment-1111288</link>
    <description> &lt;p&gt;well, when i test this system using windows98, php4.0.6 and access 2000, everything works fine.&lt;/p&gt;
&lt;p&gt;but when i used windows xp professional, php4.1.2 and access xp, i got this error and data are not inserted into the table.&lt;/p&gt;
&lt;p&gt;i tried to recreate the database in accessxp but still getting the same error.&lt;/p&gt;
&lt;p&gt;i dun think is my query&#039;s problem cos everything works fine when i tested in windows 98.&lt;/p&gt;
 </description>
     <pubDate>Thu, 11 Jul 2002 03:42:35 +0000</pubDate>
 <dc:creator>joyce</dc:creator>
 <guid isPermaLink="false">comment 1111288 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/operation-must-use-updateable-query#comment-1111248</link>
    <description> &lt;p&gt;That is line 8 of shared.inc?&lt;/p&gt;
&lt;p&gt;I&#039;m not familiar with ODBC... what happens when you take that line out?&lt;br /&gt;
is it necessary to have it in there?&lt;/p&gt;
 </description>
     <pubDate>Wed, 10 Jul 2002 06:20:46 +0000</pubDate>
 <dc:creator>nike_guy_man</dc:creator>
 <guid isPermaLink="false">comment 1111248 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/operation-must-use-updateable-query#comment-1111247</link>
    <description> &lt;p&gt;What query was run just prior to that?&lt;/p&gt;
 </description>
     <pubDate>Wed, 10 Jul 2002 06:20:35 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1111247 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/operation-must-use-updateable-query#comment-1111244</link>
    <description> &lt;p&gt;just trying to insert data into database. &lt;/p&gt;
&lt;p&gt;line 8&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php&lt;br /&gt;odbc_errormsg&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;();&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
 </description>
     <pubDate>Wed, 10 Jul 2002 05:16:45 +0000</pubDate>
 <dc:creator>joyce</dc:creator>
 <guid isPermaLink="false">comment 1111244 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/operation-must-use-updateable-query#comment-1111242</link>
    <description> &lt;p&gt;What is the query and what data is in that row?&lt;br /&gt;
What are you trying to do?&lt;/p&gt;
 </description>
     <pubDate>Wed, 10 Jul 2002 03:21:17 +0000</pubDate>
 <dc:creator>nike_guy_man</dc:creator>
 <guid isPermaLink="false">comment 1111242 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
