<?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>Codejock Developer Community : Save Method Not Saving</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Calendar : Save Method Not Saving]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 30 May 2026 07:08:23 +0000</pubDate>
  <lastBuildDate>Fri, 25 May 2007 12:55:44 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=7218</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[Save Method Not Saving : Okay, I was somewhat wrong with...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7218&amp;PID=23251&amp;title=save-method-not-saving#23251</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2547">hildegoat</a><br /><strong>Subject:</strong> 7218<br /><strong>Posted:</strong> 25 May 2007 at 12:55pm<br /><br />Okay, I was somewhat wrong with my diagnosis. It turns out that the AllowZeroLength property of the text fields in the Event table were set to No and I my code to build the event puts empty strings in a few fields. If I set the AllowZeroLength to Yes, my saving works. I added my custom fields back in, and the table still works, so it wasn't my custom fields that were causing the problem.<br><br>So I should still be able to add my own fields to the tables, which keeps my database (relatively) simple.<br>]]>
   </description>
   <pubDate>Fri, 25 May 2007 12:55:44 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7218&amp;PID=23251&amp;title=save-method-not-saving#23251</guid>
  </item> 
  <item>
   <title><![CDATA[Save Method Not Saving : I think I&amp;#039;ve figured it out....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7218&amp;PID=23249&amp;title=save-method-not-saving#23249</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2547">hildegoat</a><br /><strong>Subject:</strong> 7218<br /><strong>Posted:</strong> 25 May 2007 at 11:49am<br /><br />I think I've figured it out. I removed my added fields from the Event table and it seems to work. It seems like the built-in data provider code doesn't like a modified table and just refuses to commit data without an error.]]>
   </description>
   <pubDate>Fri, 25 May 2007 11:49:24 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7218&amp;PID=23249&amp;title=save-method-not-saving#23249</guid>
  </item> 
  <item>
   <title><![CDATA[Save Method Not Saving : I currently have the calendar...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7218&amp;PID=23183&amp;title=save-method-not-saving#23183</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2547">hildegoat</a><br /><strong>Subject:</strong> 7218<br /><strong>Posted:</strong> 23 May 2007 at 5:09pm<br /><br />I currently have the calendar control working on a VB.NET front-end with a SQL Server 2000 back end (custom data provider). Since I'm still having speed issues with it, I thought I'd try it with an Access back-end instead and use built-in data provider code.<br><br>It looks like it works properly (i.e. the events in my .mdb populate into the calendar), but when I call CalendarControl.DataProvider.Save() the data doesn't save back to the source database.<br><br>I've modified an event and stepped through the code.&nbsp; The EventChanged event fires, but I then do the Save call and nothing happens, not even an error.<br><br>I'm able to write to the mdb because I run an OLEDBCommand to update the ModifiedDate in the Event table (a field I added) during the EventChanged event, so it doesn't seem to be a permissions issue. Do you have any ideas of what could be going on?<br>]]>
   </description>
   <pubDate>Wed, 23 May 2007 17:09:03 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7218&amp;PID=23183&amp;title=save-method-not-saving#23183</guid>
  </item> 
 </channel>
</rss>