﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>StrataFrame Forum / StrataFrame Database Deployment Toolkit / Database Deployment Toolkit (How do I?)  / Views in BOs / Latest Posts</title><generator>InstantForum.NET v4.1.4</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>forum@strataframe.net</webMaster><lastBuildDate>Mon, 13 Oct 2008 16:18:08 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Views in BOs</title><link>http://forum.strataframe.net/Topic6657-11-1.aspx</link><description>The benefits you get are speed in a really big project... reading the SQL Server meta-data can be slower if you've got a project with 200+ business objects in it (but only by 30 seconds or so).  Other than that, the only difference is that the BOMapper can read the descriptions from the DDT's meta-data for each property's doc comments (that show up in Intellisense); if you use SQL Server, the &amp;lt;summary&amp;gt; gets set to the name of the property, which isn't very descriptive.</description><pubDate>Fri, 09 Feb 2007 16:08:45 GMT</pubDate><dc:creator>Ben Chase</dc:creator></item><item><title>RE: Views in BOs</title><link>http://forum.strataframe.net/Topic6657-11-1.aspx</link><description>Hi,&lt;/P&gt;&lt;P&gt;Actually I did read Larry's post before I posted my query but obviously not close enough.&lt;/P&gt;&lt;P&gt;Is there any benefit in using the DDT as the data source for a BO. Obviously before any code can be executed the DDT definition has to have been propergated into the database anyway.&lt;/P&gt;&lt;P&gt;Cheers, Peter</description><pubDate>Fri, 09 Feb 2007 15:56:28 GMT</pubDate><dc:creator>Peter Jones</dc:creator></item><item><title>RE: Views in BOs</title><link>http://forum.strataframe.net/Topic6657-11-1.aspx</link><description>Larry is right... if you want to use a view as the structure source for a business object, you have to map to the actual view within SQL Server... the BOMapper and DDT do not have the same sophisticated view syntax parsing that SQL Server uses, so you have to create the view first so we can pull the structure after SQL Server has parsed it.</description><pubDate>Fri, 09 Feb 2007 15:45:14 GMT</pubDate><dc:creator>Ben Chase</dc:creator></item><item><title>RE: Views in BOs</title><link>http://forum.strataframe.net/Topic6657-11-1.aspx</link><description>&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 8pt; COLOR: #1f5080"&gt;Peter,&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 8pt; COLOR: #1f5080"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 8pt; COLOR: #1f5080"&gt;Views defined in DDT are not valid data sources for object mapper. You can use DDT to deploy the view to the database then use a SQL data source in object mapper to map your BO to the view. See the following link for more information.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 8pt; COLOR: #1f5080"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;A href="http://forum.strataframe.net/Topic5732-6-1.aspx?Highlight=view"&gt;http://forum.strataframe.net/Topic5732-6-1.aspx?Highlight=view&lt;/A&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;o:p&gt;&lt;FONT color=#000000&gt; &lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 8pt; COLOR: #1f5080"&gt;-Larry&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 9pt"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;</description><pubDate>Fri, 09 Feb 2007 11:37:50 GMT</pubDate><dc:creator>Larry Caylor</dc:creator></item><item><title>Views in BOs</title><link>http://forum.strataframe.net/Topic6657-11-1.aspx</link><description>Hi,&lt;/P&gt;&lt;P&gt;I have a set of tables defined using DDT and one view. When I use the DDT as the data source for a business object all I see are the tables and the view is missing. Can you just confirm that this is incorrect and I should see views as well as tables. I presume I've done something wrong but, before I go chasing around, I would just like confirmation that DDT views are visible to business objects.&lt;/P&gt;&lt;P&gt;Cheers, Peter</description><pubDate>Fri, 09 Feb 2007 01:12:54 GMT</pubDate><dc:creator>Peter Jones</dc:creator></item></channel></rss>