<?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 : Updating test data</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Calendar : Updating test data]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 10:08:44 +0000</pubDate>
  <lastBuildDate>Thu, 12 Oct 2006 03:38:13 +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=5187</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[Updating test data : Well, thanks, that&amp;#039;s fine...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5187&amp;PID=16469&amp;title=updating-test-data#16469</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 5187<br /><strong>Posted:</strong> 12 October 2006 at 3:38am<br /><br />Well, thanks, that's fine that you had found an answer.<br>If only I heard about multiple schedules in your application, the answer might have been much closer...<br><br>--<br>WBR,<br>Serge<br>]]>
   </description>
   <pubDate>Thu, 12 Oct 2006 03:38:13 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5187&amp;PID=16469&amp;title=updating-test-data#16469</guid>
  </item> 
  <item>
   <title><![CDATA[Updating test data : Hello sserge,  Just to update...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5187&amp;PID=16462&amp;title=updating-test-data#16462</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2241">tomgriff</a><br /><strong>Subject:</strong> 5187<br /><strong>Posted:</strong> 11 October 2006 at 7:38pm<br /><br />Hello sserge,<DIV>&nbsp;</DIV><DIV>Just to update on this topic.</DIV><DIV>&nbsp;</DIV><DIV>I had converted the calendar to multiple schedules before I had tried the load of the new data.&nbsp; It had all seemed to work, but it hadn't.</DIV><DIV>&nbsp;</DIV><DIV>I did not have the array for the resources in the code.&nbsp; I found the answer in a thread here on this forum that had nothing to do with my problem, but there it was.</DIV><DIV>&nbsp;</DIV><DIV>After adding the resource array it all seemed to work fine.</DIV><DIV>&nbsp;</DIV><DIV>Thanks for your time.</DIV>]]>
   </description>
   <pubDate>Wed, 11 Oct 2006 19:38:05 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5187&amp;PID=16462&amp;title=updating-test-data#16462</guid>
  </item> 
  <item>
   <title><![CDATA[Updating test data : Hello sserge,  Thanks for the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5187&amp;PID=16267&amp;title=updating-test-data#16267</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2241">tomgriff</a><br /><strong>Subject:</strong> 5187<br /><strong>Posted:</strong> 03 October 2006 at 11:22am<br /><br />Hello sserge,<DIV>&nbsp;</DIV><DIV>Thanks for the reply.</DIV><DIV>&nbsp;</DIV><DIV>I am not changing any of the data types or any fields in the tables.&nbsp; All I am doing is clearing the event table.&nbsp; I run a compact in MS Acces to re-number the autonumber field.</DIV><DIV>&nbsp;</DIV><DIV>this is not a new table, it is the same table.</DIV><DIV>&nbsp;</DIV><DIV>Where in the data provider does the calendar set the name of the table it will use.&nbsp; Is there somewhere that I can change the name of the table, or is there somewhere that I need to update the table name.</DIV>]]>
   </description>
   <pubDate>Tue, 03 Oct 2006 11:22:34 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5187&amp;PID=16267&amp;title=updating-test-data#16267</guid>
  </item> 
  <item>
   <title><![CDATA[Updating test data : Looks like the problem could be...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5187&amp;PID=16257&amp;title=updating-test-data#16257</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 5187<br /><strong>Posted:</strong> 03 October 2006 at 10:41am<br /><br />Looks like the problem could be with fields types of the new table. Integer instead of String or something similar.<br><br>Please compare tables structures. It also would be useful to look at your database file itself if possible.<br><br>--<br>WBR,<br>Serge<br>]]>
   </description>
   <pubDate>Tue, 03 Oct 2006 10:41:26 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5187&amp;PID=16257&amp;title=updating-test-data#16257</guid>
  </item> 
  <item>
   <title><![CDATA[Updating test data : Hello,  I seem to have run into...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5187&amp;PID=16217&amp;title=updating-test-data#16217</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2241">tomgriff</a><br /><strong>Subject:</strong> 5187<br /><strong>Posted:</strong> 02 October 2006 at 10:49am<br /><br />Hello,<DIV>&nbsp;</DIV><DIV>I seem to have run into a problem with the calendar control.</DIV><DIV>&nbsp;</DIV><DIV>I have been writing a project using the calendar control 10.2.&nbsp; Everything has been working fine.&nbsp; I was able to get almost all the functionality I need with the help of this forum and the help file.</DIV><DIV>&nbsp;</DIV><DIV>I have been using data that is a year or two old.&nbsp; Now that I have the program almost finished, my client sent me&nbsp; new data to load into the system.</DIV><DIV>&nbsp;</DIV><DIV>I am using MS Acces as my backend db.&nbsp; I went into the database, cleared the items from the event table, and them compacted&nbsp; the database.</DIV><DIV>&nbsp;</DIV><DIV>Now the calendar does not seem to be able to find the event table anymore.&nbsp; When I try to add a new event, I get a negative number as the Event ID, but there is no record written to the event table.</DIV><DIV>&nbsp;</DIV><DIV>If I rename the event&nbsp; table and then import the original Event table back into the db, everything works fine again.</DIV><DIV>&nbsp;</DIV><DIV>I have looked through the help files, sample programs, and this forum.&nbsp; I don't seem to be able to find any answers.</DIV><DIV>&nbsp;</DIV><DIV>I also tried to walk through the event table with the data provider in code and delete each appointment this way.&nbsp; I had the same outcome.</DIV><DIV>&nbsp;</DIV><DIV>Thanking you in advance for any&nbsp; help you can give me.</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Mon, 02 Oct 2006 10:49:09 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5187&amp;PID=16217&amp;title=updating-test-data#16217</guid>
  </item> 
 </channel>
</rss>