<?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="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>DevForce Community Forum : SQLite</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce 2010 : SQLite</description>
  <pubDate>Mon, 13 Apr 2026 13:46:12 -700</pubDate>
  <lastBuildDate>Sat, 25 Feb 2012 13:13:40 -700</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 9.69</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.ideablade.com/forum/RSS_post_feed.asp?TID=3298</WebWizForums:feedURL>
  <image>
   <title>DevForce Community Forum</title>
   <url>http://www.ideablade.com/forum/forum_images/IdeaBlade_logo_tm.png</url>
   <link>http://www.ideablade.com/forum/</link>
  </image>
  <item>
   <title>SQLite : Hi Kimj.Thanks , i fixed it, and...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3298&amp;PID=12812#12812</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=863" rel="nofollow">Sakar SR</a><br /><strong>Subject:</strong> 3298<br /><strong>Posted:</strong> 25-Feb-2012 at 1:13pm<br /><br />Hi Kimj.<br><br>Thanks , i fixed it, and it is working.<br><br>Have a nice day.<br>]]>
   </description>
   <pubDate>Sat, 25 Feb 2012 13:13:40 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3298&amp;PID=12812#12812</guid>
  </item> 
  <item>
   <title>SQLite : DevForce wraps queries in a TransactionScope...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3298&amp;PID=12805#12805</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=11" rel="nofollow">kimj</a><br /><strong>Subject:</strong> 3298<br /><strong>Posted:</strong> 24-Feb-2012 at 2:08pm<br /><br />DevForce wraps queries in a TransactionScope by default, so this is probably causing the problem.&nbsp; You can disable this behavior by modifying the TransactionSettings.Default singleton:<DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp; TransactionSettings.Default = <SPAN style="COLOR: #0000ff">new</SPAN>&nbsp;TransactionSettings(System.Transactions.IsolationLevel.ReadCommitted, TimeSpan.FromSeconds(30), <SPAN style="COLOR: #0000ff">false</SPAN>);</DIV><DIV>&nbsp;</DIV><DIV>It's the "false" parameter which disables the TransactionScope.</DIV><DIV>&nbsp;</DIV><DIV>More about TransactionSettings - <a href="http://drc.ideablade.com/Api&#068;ocumentati&#111;n/webframe.html?IdeaBlade.EntityModel~IdeaBlade.EntityModel.Transacti&#111;nSettings.html" target="_blank">http://drc.ideablade.com/ApiDocumentation/webframe.html?IdeaBlade.EntityModel~IdeaBlade.EntityModel.TransactionSettings.html</A>.</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Fri, 24 Feb 2012 14:08:33 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3298&amp;PID=12805#12805</guid>
  </item> 
  <item>
   <title>SQLite : Is SQLite DB fully supported in...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3298&amp;PID=12786#12786</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=863" rel="nofollow">Sakar SR</a><br /><strong>Subject:</strong> 3298<br /><strong>Posted:</strong> 24-Feb-2012 at 5:59am<br /><br />Is SQLite DB fully supported in DF 2010 in .Net 4<br><br>When i ran this code it gave me this error. <br><br>public static SysUser GetUser(EntityManager pManager, string pUserName)<br><div align="left">{<br>try<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; var mgr = new eFilerDBEntities(pManager,true);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; var aUser = mgr.SysUsers.Where(p =&gt; p.UserName == pUserName).FirstOrNullEntity();<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return aUser;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br>&nbsp;catch(Exception p) <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; throw p.InnerException;<br>&nbsp;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br><br>Throws this Error:<br><br><b>"The underlying provider failed on EnlistTransaction."</b><br><br>I using SQLite data base.<br><br><br><br><br></div><br>]]>
   </description>
   <pubDate>Fri, 24 Feb 2012 05:59:31 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3298&amp;PID=12786#12786</guid>
  </item> 
 </channel>
</rss>