<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Blinq Preview</title><link>http://forums.asp.net/1076.aspx</link><description>Blinq is a tool for generating ASP.NET websites for displaying, creating, and manipulating data based on database schema.  You can provide feedback and ask questions about the Blinq preview in this forum.</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: BLINQ - DB Schema Questions</title><link>http://forums.asp.net/thread/1338278.aspx</link><pubDate>Tue, 11 Jul 2006 17:47:39 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1338278</guid><dc:creator>phuff</dc:creator><author>phuff</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1338278.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1076&amp;PostID=1338278</wfw:commentRss><description>&lt;p&gt;Blinq doesn't support choosing which tables and columns should be included.&amp;nbsp; It includes all tables and all columns that the GridView can render (it can't render binary object columns, for instance).&amp;nbsp; However, you can delete pages for tables you don't want to render.&amp;nbsp; You can remove columns from the GridView that you don't want to display.&amp;nbsp; The Readme.rtf file located in \Program Files\Microsoft ASP.NET\Blinq explains how to change a field's update mode, which you will need to do if you delete a column that participated in optimistic concurrency.&lt;/p&gt;
&lt;p&gt;Blinq is a one-time website generation tool, so once it runs it doesn't go back and look at your database schema.&amp;nbsp; You can always rerun Blinq to create a new website, but it won't merge changes in with your existing changes.&amp;nbsp; You can use a tool like diff or windiff to manually merge changes into your existing site if your schema changes; the changes should be relatively small.&lt;/p&gt;
&lt;p&gt;Both of these are options we are considering supporting for the next version of Visual Studio.&lt;/p&gt;
&lt;p&gt;Hope this helps.&lt;/p&gt;</description></item><item><title>BLINQ - DB Schema Questions</title><link>http://forums.asp.net/thread/1337940.aspx</link><pubDate>Tue, 11 Jul 2006 13:54:12 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1337940</guid><dc:creator>mhenke</dc:creator><author>mhenke</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1337940.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1076&amp;PostID=1337940</wfw:commentRss><description>&lt;p&gt;When you point BLINQ to a DB do you have the Option or some config file to specify what Tables/Columns you&amp;nbsp;want to perform SELECT, INSERT, UPDATE and DELETE opetaion on or does it automatically include all Tables and Relationships in the DB. Also how does the Model Update itself if you Change the DB Schema? Does it Detect changes or do yuo have to change&amp;nbsp;the BLINQ Option or Config as I mentioned earlier?&amp;nbsp;&lt;/p&gt;</description></item></channel></rss>