<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.method.me/cs/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Method:API Q&amp;A</title><link>http://forums.method.me/cs/forums/15.aspx</link><description>Ask questions specific to the MethodAPI from the Method Team and other Method users.</description><dc:language>en</dc:language><generator>CommunityServer 2007.1 SP2 (Build: 31113.47)</generator><item><title>Re: It does not appear the field  exists in the table.</title><link>http://forums.method.me/cs/forums/thread/451.aspx</link><pubDate>Fri, 06 Feb 2009 22:22:39 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:451</guid><dc:creator>Method_Paul</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/451.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=15&amp;PostID=451</wfw:commentRss><description>&lt;p&gt;Matt - sorry, this post fell through the cracks.&lt;/p&gt;
&lt;p&gt;You are most likely receiving that message because you passed an empty field name.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;My guess is that you split a comma separated string into an array, and the last field still had a &amp;quot;,&amp;quot; after it.&lt;/p&gt;
&lt;p&gt;For example:&lt;/p&gt;
&lt;p&gt;field1,field2,field3,&amp;quot;.Split(&amp;quot;,&amp;quot;) &lt;/p&gt;
&lt;p&gt;would actually create an array of 4 values, the last being empty.&lt;/p&gt;
&lt;p&gt;So instead if you made it:&lt;/p&gt;
&lt;p&gt;field1,field2,field3&amp;quot;.Split(&amp;quot;,&amp;quot;) &lt;/p&gt;
&lt;p&gt;There would only be 3 in the array.&lt;/p&gt;
&lt;p&gt;That&amp;#39;s my guess anyway, since I have had this happen before, and it is always a typo I&amp;#39;ve made.&lt;/p&gt;
&lt;p&gt;Side note - sure am glad we turned these techie topics into a separate forum! :)&lt;/p&gt;
&lt;p&gt;HTH,&lt;/p&gt;
&lt;p&gt;Paul&lt;/p&gt;</description></item><item><title>It does not appear the field  exists in the table.</title><link>http://forums.method.me/cs/forums/thread/441.aspx</link><pubDate>Tue, 03 Feb 2009 21:32:27 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:441</guid><dc:creator>Matt</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/441.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=15&amp;PostID=441</wfw:commentRss><description>&lt;p&gt;I am trying to insert records into the Activity table. Amongst some &amp;quot;Success&amp;quot; responses, I also get &amp;quot;It does not appear the field&amp;nbsp; exists in the table.&amp;quot;&amp;nbsp; &lt;/p&gt;
&lt;p&gt;Is there any way of finding out what the problem is here? I am not trying to add any fields with no name.&lt;/p&gt;</description></item></channel></rss>