<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: HowTo: SQL Database web access with ASP.NET Dynamic Data and Entity Framework (hosted on IIS 6.0)</title>
	<atom:link href="http://code-inside.de/blog-in/2009/01/30/howto-sql-database-web-access-with-aspnet-dynamic-data-and-entity-framework-hosted-on-iis-60/feed/" rel="self" type="application/rss+xml" />
	<link>http://code-inside.de/blog-in/2009/01/30/howto-sql-database-web-access-with-aspnet-dynamic-data-and-entity-framework-hosted-on-iis-60/</link>
	<description>Blogging about ASP.NET, .NET &#38; C#</description>
	<lastBuildDate>Sun, 29 Jan 2012 02:42:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>By: Ziaur Rahman</title>
		<link>http://code-inside.de/blog-in/2009/01/30/howto-sql-database-web-access-with-aspnet-dynamic-data-and-entity-framework-hosted-on-iis-60/comment-page-1/#comment-24312</link>
		<dc:creator>Ziaur Rahman</dc:creator>
		<pubDate>Sat, 18 Jun 2011 04:57:39 +0000</pubDate>
		<guid isPermaLink="false">http://code-inside.de/blog-in/2009/01/30/howto-sql-database-web-access-with-aspnet-dynamic-data-and-entity-framework-hosted-on-iis-60/#comment-24312</guid>
		<description>Informative. But I suggest to provide code beside menu ....</description>
		<content:encoded><![CDATA[<p>Informative. But I suggest to provide code beside menu &#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>http://code-inside.de/blog-in/2009/01/30/howto-sql-database-web-access-with-aspnet-dynamic-data-and-entity-framework-hosted-on-iis-60/comment-page-1/#comment-12746</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Sun, 11 Jul 2010 00:31:58 +0000</pubDate>
		<guid isPermaLink="false">http://code-inside.de/blog-in/2009/01/30/howto-sql-database-web-access-with-aspnet-dynamic-data-and-entity-framework-hosted-on-iis-60/#comment-12746</guid>
		<description>I&#039;m able to view the data from the table but I&#039;m getting folling Error: while Inserting, updating, deleting the records

Microsoft JScript runtime error: Sys.WebForms.PageRequestManagerServerErrorException: Unable to update the EntitySet &#039;Jobs&#039; because it has a DefiningQuery and no  element exists in the  element to support the current operation.</description>
		<content:encoded><![CDATA[<p>I&#8217;m able to view the data from the table but I&#8217;m getting folling Error: while Inserting, updating, deleting the records</p>
<p>Microsoft JScript runtime error: Sys.WebForms.PageRequestManagerServerErrorException: Unable to update the EntitySet &#8216;Jobs&#8217; because it has a DefiningQuery and no  element exists in the  element to support the current operation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>http://code-inside.de/blog-in/2009/01/30/howto-sql-database-web-access-with-aspnet-dynamic-data-and-entity-framework-hosted-on-iis-60/comment-page-1/#comment-12745</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Sun, 11 Jul 2010 00:26:03 +0000</pubDate>
		<guid isPermaLink="false">http://code-inside.de/blog-in/2009/01/30/howto-sql-database-web-access-with-aspnet-dynamic-data-and-entity-framework-hosted-on-iis-60/#comment-12745</guid>
		<description>Hi, thanks for the example.

I have a problem, I was able to view data but its showing error while updating, inserting , deleting

Can please advise what might be the problem

Thanks,
Sam</description>
		<content:encoded><![CDATA[<p>Hi, thanks for the example.</p>
<p>I have a problem, I was able to view data but its showing error while updating, inserting , deleting</p>
<p>Can please advise what might be the problem</p>
<p>Thanks,<br />
Sam</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gerardo Gala</title>
		<link>http://code-inside.de/blog-in/2009/01/30/howto-sql-database-web-access-with-aspnet-dynamic-data-and-entity-framework-hosted-on-iis-60/comment-page-1/#comment-12582</link>
		<dc:creator>Gerardo Gala</dc:creator>
		<pubDate>Sun, 27 Jun 2010 16:10:29 +0000</pubDate>
		<guid isPermaLink="false">http://code-inside.de/blog-in/2009/01/30/howto-sql-database-web-access-with-aspnet-dynamic-data-and-entity-framework-hosted-on-iis-60/#comment-12582</guid>
		<description>Hi All!

Has someone tried to modify the mappingSource of the DataContext at run-time before anything is excecuted. I want to able to change the datasource at run-time to point at different databases depending on who the User is.

Right now it is using this code:

    base(global::System.Configuration.ConfigurationManager.ConnectionStrings[&quot;FAMP_ConnectionString&quot;].ConnectionString, mappingSource)


Thanks!</description>
		<content:encoded><![CDATA[<p>Hi All!</p>
<p>Has someone tried to modify the mappingSource of the DataContext at run-time before anything is excecuted. I want to able to change the datasource at run-time to point at different databases depending on who the User is.</p>
<p>Right now it is using this code:</p>
<p>    base(global::System.Configuration.ConfigurationManager.ConnectionStrings["FAMP_ConnectionString"].ConnectionString, mappingSource)</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: q</title>
		<link>http://code-inside.de/blog-in/2009/01/30/howto-sql-database-web-access-with-aspnet-dynamic-data-and-entity-framework-hosted-on-iis-60/comment-page-1/#comment-3470</link>
		<dc:creator>q</dc:creator>
		<pubDate>Fri, 30 Jan 2009 16:54:04 +0000</pubDate>
		<guid isPermaLink="false">http://code-inside.de/blog-in/2009/01/30/howto-sql-database-web-access-with-aspnet-dynamic-data-and-entity-framework-hosted-on-iis-60/#comment-3470</guid>
		<description>Better to use linq to sql, instead of entity framework, for this purpose, since it provides one-to-one mapping from table to class.</description>
		<content:encoded><![CDATA[<p>Better to use linq to sql, instead of entity framework, for this purpose, since it provides one-to-one mapping from table to class.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

