﻿<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>Manifold Community Site: Can't Modify Table Cell</title><link>http://forum.manifold.net/forum/t58926</link><description>Manifold Community Site thread</description><image><url>http://forum.manifold.net/forum/images/img-feedhead.png</url><title>Manifold Community Site: Can't Modify Table Cell</title><link>http://forum.manifold.net/forum/t58926</link></image><item><title>RE: Can't Modify Table Cell</title><link>http://forum.manifold.net/forum/t58926#58927</link><description>&lt;P&gt;I'm a Manifold newbie helping out a client and I've worked on this one a bit long!&lt;/P&gt;&lt;P&gt;We have a MySQL database which I can import and geocode as expected.&lt;/P&gt;&lt;P&gt;But when I try to LINK it (Because I want the generated lat/longs back in the database) I have problems.&lt;/P&gt;&lt;P&gt;It seems to link and it adds the columns (I specified new columns for lat/long/match and status).&lt;/P&gt;&lt;P&gt;But then I get a message window/box, &amp;quot;Can't Modify Table Cell&amp;quot; and there will be no data in the new columns&lt;/P&gt;&lt;P&gt;I've tried playing with the ODBC settings, etc.  But if it can modify the table shouldn't it be able to modify a cell?  I have MySQL admin and gave the ODBC username full rights.&lt;/P&gt;&lt;P&gt;Any ideas?  THANKS!!&lt;/P&gt;</description><dc:creator>shicks</dc:creator><comments>http://forum.manifold.net/forum/t58926#58927</comments><guid>http://forum.manifold.net/forum/t58926#58927</guid><pubDate>Tue, 05 Feb 2008 14:23:34 GMT</pubDate></item><item><title>RE: Can't Modify Table Cell</title><link>http://forum.manifold.net/forum/t58926#58931</link><description>&lt;P&gt;I reported this issue to tech a while ago, as I experienced similar problems. The solution is to use the &amp;quot;OLE DB Provider for ODBC sources&amp;quot; and not the ODBC connector directly. Their explanation follows:&lt;/P&gt;&lt;P&gt;&lt;BLOCKQUOTE&gt;Both Manifold and the Microsoft OLE DB Provider for ODBC only consider an     ODBC data source read-write if it exposes a read-write cursor that matches     certain requirements. Manifold's requirements are stricter than those of the     Microsoft OLE DB Provider and so some ODBC data sources are considered to be     read-only when accessed directly from Manifold and read-write when accessed     through the Microsoft OLE DB Provider. &lt;P&gt;We are planning to relax the requirements we use to evaluate the cursors     exposed by ODBC data sources in future versions of Manifold. &lt;/P&gt;&lt;/BLOCKQUOTE&gt; &lt;P&gt;I always use the OLE DB provider for MySQL sources.&lt;/P&gt;&lt;/P&gt;</description><dc:creator>mechalas</dc:creator><comments>http://forum.manifold.net/forum/t58926#58931</comments><guid>http://forum.manifold.net/forum/t58926#58931</guid><pubDate>Tue, 05 Feb 2008 16:26:48 GMT</pubDate></item><item><title>RE: Can't Modify Table Cell</title><link>http://forum.manifold.net/forum/t58926#58997</link><description>&lt;P&gt;Thanks to your info and another thread of yours ( http://forum.manifold.net/forum/t43878r43945#r ) I got things working and the Table/Address/Geocode command works.&lt;/P&gt;&lt;P&gt;Except: at the end of the run the exceptions panel displays for manual intervention of those addresses it couldn't figure out.  If we click on Accept for any of these, I get the dreaded &amp;quot;Can't Modify Table Cell&amp;quot; message. &lt;/P&gt;&lt;P&gt;Even though it just got finished modifying a whole bunch of them.&lt;/P&gt;&lt;P&gt;I'm using Microsoft OLE DB Provider for ODBC Drivers, MySQL ODBC 3.51.21.00 driver, MySQL 5.0.37-community-nt.&lt;/P&gt;&lt;P&gt;I see MySQL ODBC 3.51.23 is on the website and will give that a try.  But I suspect something else is going on since the driver I have works for the initial run.&lt;/P&gt;&lt;P&gt;Thank you for any ideas!!&lt;/P&gt;</description><dc:creator>shicks</dc:creator><comments>http://forum.manifold.net/forum/t58926#58997</comments><guid>http://forum.manifold.net/forum/t58926#58997</guid><pubDate>Wed, 06 Feb 2008 12:16:08 GMT</pubDate></item><item><title>RE: Can't Modify Table Cell</title><link>http://forum.manifold.net/forum/t58926#59034</link><description>&lt;P&gt;What is the schema of the table on MySQL? Could you post your MAP file? As a temporary workaround, consider importing all data from MySQL into Manifold, performing the geocoding, then exporting the result back to MySQL.&lt;/P&gt;</description><dc:creator>adamw</dc:creator><comments>http://forum.manifold.net/forum/t58926#59034</comments><guid>http://forum.manifold.net/forum/t58926#59034</guid><pubDate>Thu, 07 Feb 2008 00:14:51 GMT</pubDate></item><item><title>RE: Can't Modify Table Cell</title><link>http://forum.manifold.net/forum/t58926#59185</link><description>&lt;P&gt;Instead of posting the entire schema, I created a smaller table to test and got the same results.  The schema I attached shows the Latitude, Longitude, Match Type and Status fields as created by Manifold.&lt;/P&gt;&lt;P&gt;If a lat/long column is populated, Manifold will pop the error, &amp;quot;Can't Modify Table Cell&amp;quot;.  If I start by setting both columns to null, the geocoding works.&lt;/P&gt;&lt;P&gt;Until it gets to the exceptions.  Anytime I click on Accept, I'll get the &amp;quot;Can't Modify&amp;quot; message.  I assume this is because the initial run of the geocoding has now populated the exception records with 0's. &lt;/P&gt;&lt;P&gt;I can do nothing but exit out of the exception window.  I don't see a way of getting back in to the exceptions window without running the initial geocode which puts 0's in the columns for which the exception process &amp;quot;Can't Modify&amp;quot;.&lt;/P&gt;&lt;P&gt;The actual table is 1meg+ records.  Importing/exporting a subset of those records (we only need to update a subset at a time) is cumbersome but possible.  It just seems like linking should work and would provide the least disruption to shared database access.&lt;/P&gt;&lt;P&gt;&lt;P&gt;The &amp;quot;Can't Modify&amp;quot; and the behavior described above occurs:&lt;/P&gt;&lt;P&gt;1. Whether I use an existing column or specify Manifold to create a new one.  Or if I specify the same column Manifold created in the previous test run.&lt;/P&gt;&lt;P&gt;2. Use MySQL or InnoDB&lt;/P&gt;&lt;P&gt;3. Use a small sample table or the larger 60 column table.&lt;/P&gt;&lt;P&gt;Thanks again for the help!&lt;/P&gt;&lt;/P&gt;&lt;p class='file'&gt;Attachments:&lt;br&gt;&lt;a href='http://forum.manifold.net/Attachments/31/59185/sites.map'&gt;&lt;img src='images/dwn-http.gif' align='absmiddle'&gt;&lt;/a&gt;&lt;a href='ftp://forum.manifold.net/attachments/31/59185/sites.map'&gt;&lt;img src='images/dwn-ftp.gif' align='absmiddle'&gt;&lt;/a&gt;&lt;span&gt;sites.map&lt;/span&gt;&lt;br&gt;&lt;a href='http://forum.manifold.net/Attachments/31/59185/SitesSchema.html'&gt;&lt;img src='images/dwn-http.gif' align='absmiddle'&gt;&lt;/a&gt;&lt;a href='ftp://forum.manifold.net/attachments/31/59185/SitesSchema.html'&gt;&lt;img src='images/dwn-ftp.gif' align='absmiddle'&gt;&lt;/a&gt;&lt;span&gt;SitesSchema.html&lt;/span&gt;&lt;br&gt;&lt;/p&gt;</description><dc:creator>shicks</dc:creator><comments>http://forum.manifold.net/forum/t58926#59185</comments><guid>http://forum.manifold.net/forum/t58926#59185</guid><pubDate>Fri, 08 Feb 2008 12:51:14 GMT</pubDate></item><item><title>RE: Can't Modify Table Cell</title><link>http://forum.manifold.net/forum/t58926#59221</link><description>&lt;P&gt;We have investigated and it looks like at least the combination of MySQL 5.0.45, MySQL ODBC driver 3.51.16 and the Microsoft OLE DB provider for ODBC has problems setting floating-point values. We will try with the latest version of MySQL ODBC driver.&lt;/P&gt;</description><dc:creator>adamw</dc:creator><comments>http://forum.manifold.net/forum/t58926#59221</comments><guid>http://forum.manifold.net/forum/t58926#59221</guid><pubDate>Sat, 09 Feb 2008 02:53:25 GMT</pubDate></item><item><title>RE: Can't Modify Table Cell</title><link>http://forum.manifold.net/forum/t58926#59304</link><description>&lt;P&gt;Great!  I mean not so great there is a problem, but GREAT that you were able to duplicate it.&lt;/P&gt;&lt;P&gt;It only seems to be a problem if the field is NOT null.  If it has any value it in, 0, or anything, a new value cannot be written.&lt;/P&gt;&lt;P&gt;Looking forward to any info you can help with! &lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Scott&lt;/P&gt;</description><dc:creator>shicks</dc:creator><comments>http://forum.manifold.net/forum/t58926#59304</comments><guid>http://forum.manifold.net/forum/t58926#59304</guid><pubDate>Mon, 11 Feb 2008 09:48:13 GMT</pubDate></item><item><title>RE: Can't Modify Table Cell</title><link>http://forum.manifold.net/forum/t58926#59521</link><description>&lt;P&gt;We have tried using the latest version of MySQL ODBC driver and it exhibits the same problem as 3.51.16. Attempting to update a row fails if the new value of one of the fields being set coincides with the old value. This can be reproduced without Manifold. To work around the problem during geocoding, reset the values of the fields you will be writing to (Latitude, Longitude, Status and Match Type, unless you turn some of them off via the relevant combobox) in the records you want to geocode prior to performing the geocoding operation.&lt;/P&gt;</description><dc:creator>adamw</dc:creator><comments>http://forum.manifold.net/forum/t58926#59521</comments><guid>http://forum.manifold.net/forum/t58926#59521</guid><pubDate>Wed, 13 Feb 2008 23:07:21 GMT</pubDate></item><item><title>RE: Can't Modify Table Cell</title><link>http://forum.manifold.net/forum/t58926#65042</link><description>&lt;P&gt;could the &lt;A HREF='http://dev.mysql.com/downloads/connector/odbc/3.51.html'&gt;last driver3.51.25&lt;/A&gt; instead 21 two months after this post resolve the problem ? &lt;/P&gt;</description><dc:creator>lionel_</dc:creator><comments>http://forum.manifold.net/forum/t58926#65042</comments><guid>http://forum.manifold.net/forum/t58926#65042</guid><pubDate>Sun, 18 May 2008 04:34:54 GMT</pubDate></item><item><title>RE: Can't Modify Table Cell</title><link>http://forum.manifold.net/forum/t58926#59001</link><description>&lt;P&gt;UGH!  No changes (that I know of) and now I'm receiving the &amp;quot;Can't Modify Table Cell&amp;quot; every time.&lt;/P&gt;&lt;P&gt;This is a little frustrating as I wish I were way past this and having fun with Manifold.  not.&lt;/P&gt;&lt;P&gt;Thanks for any more suggestions.  Perhaps I need to get away from MySQL (did I say that?)?&lt;/P&gt;</description><dc:creator>shicks</dc:creator><comments>http://forum.manifold.net/forum/t58926#59001</comments><guid>http://forum.manifold.net/forum/t58926#59001</guid><pubDate>Wed, 06 Feb 2008 13:53:15 GMT</pubDate></item><item><title>RE: Can't Modify Table Cell</title><link>http://forum.manifold.net/forum/t58926#59006</link><description>&lt;P&gt;Sorry to keep bugging you but wanted to let you know I'm back to step one.  I can usually do the Table/Address/Geocode command though some combinations of &amp;quot;new column&amp;quot; vs. specifying an existing column for lat/long updates don't work.&lt;/P&gt;&lt;P&gt;I'm consistenantly getting the error at the end of the run on the exceptions panel.  If we click on Accept for any of these, I get the dreaded &amp;quot;Can't Modify Table Cell&amp;quot; message. &lt;/P&gt;&lt;P&gt;I tried using MySQL ODBC 3.51.23 but now I'm back to .21&lt;/P&gt;&lt;P&gt;I'm using Microsoft OLE DB Provider for ODBC Drivers, MySQL ODBC 3.51.21.00 driver, MySQL 5.0.37-community-nt.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description><dc:creator>shicks</dc:creator><comments>http://forum.manifold.net/forum/t58926#59006</comments><guid>http://forum.manifold.net/forum/t58926#59006</guid><pubDate>Wed, 06 Feb 2008 14:27:56 GMT</pubDate></item><item><title>RE: Can't Modify Table Cell</title><link>http://forum.manifold.net/forum/t58926#67768</link><description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;Have you solve your problem?&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description><dc:creator>mapasPT1</dc:creator><comments>http://forum.manifold.net/forum/t58926#67768</comments><guid>http://forum.manifold.net/forum/t58926#67768</guid><pubDate>Fri, 04 Jul 2008 13:32:38 GMT</pubDate></item></channel></rss>