﻿<?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 Application Framework - V1 » Business Objects and Data Access (How do I?)  » Start with the businness layer, not with the database (newbie)</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Wed, 23 Sep 2026 10:05:24 GMT</lastBuildDate><ttl>20</ttl><item><title>Start with the businness layer, not with the database (newbie)</title><link>http://forum.strataframe.net/FindPost8282.aspx</link><description>I'm sorry, i'm a little bit confused about the best way to create an new application. My initial thought was to define some classes first, then give them an GUI and datastorage. But I can't find a way that strataframe is providing me with the tablestructure/sql needed for storing the class. Instead it's prompting me to locate an existing table from a database. But that's not what i want, I want the tool to generate that new table for me, not using an existing one .&lt;br&gt;
am i missing the point or just the way to do this ?</description><pubDate>Thu, 19 Apr 2007 11:21:06 GMT</pubDate><dc:creator>Richard Nieuwland</dc:creator></item><item><title>RE: Start with the businness layer, not with the database (newbie)</title><link>http://forum.strataframe.net/FindPost8285.aspx</link><description>If you want to create a new table, then you need to create a structure in the DDT (Database Deployment Toolkit).&amp;nbsp; This is a tool that allows you to create SQL structures then map those structures to the business objects.&amp;nbsp; You can then take those structures and the DDT will deploy those structures to SQL Server for you and create all databases, tables, indexes, relationships, stored proceures, etc. for you.&lt;/P&gt;&lt;P&gt;The tutorial is designed to show you how to create an application once your data structures exist, which makes sense since your application revolves around the data structures.&amp;nbsp; But you can step back and create a DDT package which will then create these structures for you and also allow all of your mappings to be pulled from that meta-data as well.</description><pubDate>Thu, 19 Apr 2007 11:21:06 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item></channel></rss>