----- Original Message ----- From: "David Smith" <[EMAIL PROTECTED]>
> Well, I like having them available at design-time > so I can use code completion. Plus, I don't understand > why a db component would be "behind the scenes" since > I usually display the data to the user in some way. > > DJS Thats not a bad way to learn- I did that but I find having all the code in the main form, eg Tform1.procedure xxx gets clunky once the app gets a few hundred lines long. I did a large prototype that way and it used 8 tables. I shared the same ttable component between all tables and it got messy trying to make sure what did what when. Once I had access to a framework of classes with queries, it became a lot easier to maintain. David Bolton ------------------------ Yahoo! Groups Sponsor --------------------~--> 1.2 million kids a year are victims of human trafficking. Stop slavery. http://us.click.yahoo.com/WpTY2A/izNLAA/yQLSAA/i7folB/TM --------------------------------------------------------------------~-> ----------------------------------------------------- Home page: http://groups.yahoo.com/group/delphi-en/ To unsubscribe: [EMAIL PROTECTED] Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/delphi-en/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

