<?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 : MSAccess DataProvider</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Calendar : MSAccess DataProvider]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 05:12:18 +0000</pubDate>
  <lastBuildDate>Fri, 11 Nov 2005 09:49:03 +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=3183</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[MSAccess DataProvider : Hi,   1, 2) regarding lower case...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3183&amp;PID=9582&amp;title=msaccess-dataprovider#9582</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 3183<br /><strong>Posted:</strong> 11 November 2005 at 9:49am<br /><br />Hi, <br /><br />1, 2) regarding lower case -- I've already answered above that the problem is known and will be fixed for the next version.<br /><br />3) If you have a customized database you have 2 choices -- whether to adapt your DB to the structure required by calendar or to write your own data provider. Adaptation should be performed only once and manually. I don't think you want the automatic process which could mess all "unnecessary" data. The required structure could be taken from the newly created DB as you already know. So, I don't think it is a big problem, except that there could be also added a validation on required db structure existence during the Open operation.<br /><br />--<br />WBR,<br />Serge]]>
   </description>
   <pubDate>Fri, 11 Nov 2005 09:49:03 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3183&amp;PID=9582&amp;title=msaccess-dataprovider#9582</guid>
  </item> 
  <item>
   <title><![CDATA[MSAccess DataProvider : Hi, What has been throwing me...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3183&amp;PID=9581&amp;title=msaccess-dataprovider#9581</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1599">xmastree</a><br /><strong>Subject:</strong> 3183<br /><strong>Posted:</strong> 11 November 2005 at 9:06am<br /><br /><P>Hi,</P><P>What has been throwing me were the Open and Create calls</P><P>of the dataprovider.</P><P>1. the call to setprovider&nbsp;converts the password to lowercase</P><P>so connection fails on an existing password protected database</P><P>2. if you create a new password protected database&nbsp; using</P><P>setprovider the database is created and the calendar works fine . events can be added or deleted etc. but again the password is all lowercase.</P><P>3. This is what has been throwing me, if the database exists it&nbsp; can be either</P><P>password protected or unprotected , the call to Open succeeds,</P><P>but&nbsp; the required tables are not present so the calendar is inoperable.</P><P>also a call to Create on an existing database does NOT create the required</P><P>underlying database tables.</P><P>So to make&nbsp;the calendar work&nbsp;the tables must exist prior to the&nbsp;Open.</P><P>this of course is not a problem if the database is created from scratch.</P><P>So dataprovider.Create creates the entire MDB or else it does nothing.</P><P>by the way the password length does not seem to be affecting the calendar once it is understood that the DB has to be created from scratch and also that the password must be lowercase</P><P>Cheers.</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Fri, 11 Nov 2005 09:06:56 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3183&amp;PID=9581&amp;title=msaccess-dataprovider#9581</guid>
  </item> 
  <item>
   <title><![CDATA[MSAccess DataProvider : Hi, The thing is that I can connect...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3183&amp;PID=9574&amp;title=msaccess-dataprovider#9574</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1599">xmastree</a><br /><strong>Subject:</strong> 3183<br /><strong>Posted:</strong> 11 November 2005 at 6:27am<br /><br /><P>Hi,</P><P>The&nbsp; thing is that I can connect to a password protected database</P><P>with passwords longer than 13 characters using the access prompt or from code, but not when using the calendar dataprovider . I'm using Access 2000 MDB database format.</P><P>thank you for your help, I'll just restrict the length of the password.</P><P>Cheers</P>]]>
   </description>
   <pubDate>Fri, 11 Nov 2005 06:27:06 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3183&amp;PID=9574&amp;title=msaccess-dataprovider#9574</guid>
  </item> 
  <item>
   <title><![CDATA[MSAccess DataProvider : Hi,  Regarding 13 characters limit...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3183&amp;PID=9554&amp;title=msaccess-dataprovider#9554</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 3183<br /><strong>Posted:</strong> 10 November 2005 at 12:14pm<br /><br />Hi,<br /><br />Regarding 13 characters limit -- see couple links below. That seems to be a problem with Access databases itself.<br /><br /><a href="http://support.microsoft.com/default.aspx?scid=kb;en-us;Q246033" target="_blank"> http://support.microsoft.com/default.aspx?scid=kb;en-us;Q246 033</a><br /><br /><a href="http://support.microsoft.com/default.aspx?scid=%2Fsupport%2Faccess%2Fc&#111;ntent%2Fsecfaq.asp#_Toc493299666" target="_blank"> http://support.microsoft.com/default.aspx?scid=%2Fsupport%2F access%2Fcontent%2Fsecfaq.asp#_Toc493299666 </a><br /><br />--<br />WBR,<br />Serge]]>
   </description>
   <pubDate>Thu, 10 Nov 2005 12:14:03 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3183&amp;PID=9554&amp;title=msaccess-dataprovider#9554</guid>
  </item> 
  <item>
   <title><![CDATA[MSAccess DataProvider : Hi,  Not sure about 13 characters...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3183&amp;PID=9531&amp;title=msaccess-dataprovider#9531</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 3183<br /><strong>Posted:</strong> 09 November 2005 at 2:48pm<br /><br />Hi,<br /><br />Not sure about 13 characters limit - will recheck also. However I've just realized that the problem could happen when your password contains upper case characters. It is a problem inside the component and it will be fixed in the next version.<br /><br />--<br />WBR,<br />Serge]]>
   </description>
   <pubDate>Wed, 09 Nov 2005 14:48:55 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3183&amp;PID=9531&amp;title=msaccess-dataprovider#9531</guid>
  </item> 
  <item>
   <title><![CDATA[MSAccess DataProvider : Hi, Ok thereason why the calendar...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3183&amp;PID=9527&amp;title=msaccess-dataprovider#9527</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1599">xmastree</a><br /><strong>Subject:</strong> 3183<br /><strong>Posted:</strong> 09 November 2005 at 2:29pm<br /><br /><P>Hi,</P><P>Ok the&nbsp;reason why the calendar fails to connect and open a password database</P><P>is that&nbsp;the password in the connection string&nbsp;has a cut off&nbsp;limit of 13 characters</P><P>so if your password is longer than 13 characters theres no way the calendar</P><P>can open the database , let alone create the required tables.</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Wed, 09 Nov 2005 14:29:14 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3183&amp;PID=9527&amp;title=msaccess-dataprovider#9527</guid>
  </item> 
  <item>
   <title><![CDATA[MSAccess DataProvider : Hi, I should have made it clearer...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3183&amp;PID=9524&amp;title=msaccess-dataprovider#9524</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1599">xmastree</a><br /><strong>Subject:</strong> 3183<br /><strong>Posted:</strong> 09 November 2005 at 1:23pm<br /><br /><P>Hi,</P><P>I should have made it clearer , I'm actually passing in a connection string</P><P>with Jet OLEDB:Database Password=mypassword supplied.</P><P>but the database is never opened and always falls through into the call</P><P>dataprovider.create.</P><P>Is there an error object I can&nbsp;view to get the actual&nbsp; reason why the </P><P>open call&nbsp; fails ?.</P><P>thanks in advance</P>]]>
   </description>
   <pubDate>Wed, 09 Nov 2005 13:23:46 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3183&amp;PID=9524&amp;title=msaccess-dataprovider#9524</guid>
  </item> 
  <item>
   <title><![CDATA[MSAccess DataProvider : Hi,  Just add your password to...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3183&amp;PID=9522&amp;title=msaccess-dataprovider#9522</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 3183<br /><strong>Posted:</strong> 09 November 2005 at 11:29am<br /><br />Hi,<br /><br />Just add your password to the end of the connection string, like:<br /><table width="99%"><tr><td><pre class="BBcode"><br />ConnectionStr = ConnectionStr + ";Jet OLEDB:Database Password=test1;"<br /></pre></td></tr></table><br /><br />After that .dataprovider.Open should work fine.<br /><br />--<br />WBR,<br />Serge]]>
   </description>
   <pubDate>Wed, 09 Nov 2005 11:29:45 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3183&amp;PID=9522&amp;title=msaccess-dataprovider#9522</guid>
  </item> 
  <item>
   <title><![CDATA[MSAccess DataProvider : Hi, I&amp;#039;m New to the xtreme...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3183&amp;PID=9506&amp;title=msaccess-dataprovider#9506</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1599">xmastree</a><br /><strong>Subject:</strong> 3183<br /><strong>Posted:</strong> 08 November 2005 at 12:53pm<br /><br /><P>Hi,</P><P>I'm New to the xtreme calendar , and have been evaluating the ActiveX control</P><P>under&nbsp; VB 6, I'm providing a connection string to a password protected MDB</P><P>but am unable to open the database.</P><P>with calendar</P><P>call .setprovider (ConnectionStr)</P><P>&nbsp;&nbsp;&nbsp;&nbsp; if not .dataprovider.Open then</P><P>&nbsp;&nbsp;&nbsp;&nbsp;call  .dataprovider.Create</P><P>&nbsp;&nbsp;&nbsp; end if</P><P>end with</P><P>works fine when password is not required&nbsp; as in events.mdb as per supplied example</P><P>but not when database is protected???.</P><P>Any ideas, otherwise will have to use xml or binary file</P><P>thanks in advance</P>]]>
   </description>
   <pubDate>Tue, 08 Nov 2005 12:53:31 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3183&amp;PID=9506&amp;title=msaccess-dataprovider#9506</guid>
  </item> 
 </channel>
</rss>