Tom Cloud wrote:
> Michael,
> 
> I'll take you up on that offer, if you don't mind.
> 
> Is there some place to read up on implementing this?


Ok, so many appear to be interested.  I'm having the latest production
database moved over to a common "test" area for all of you to use with
this code.  (I'll be providing the entire solution from my Scheduler
project.)  Once I've sanitized the data for anything sensitive, I'll
post the entire solution to Ed's ProFox downloads page for y'all to have
at it.  I'm very proud of this app.  I installed some SQL performance
auditing like Dave Bernhard had showed at FoxForward and boy, did I see
where I could tune things up a bit.  After seeing this and adjusting,
the customer couldn't believe how much better the performance was...a
HUGE improvement!  Thanks again, Dave, for the performance metrics
monitoring demo!

Just keep this concepts in mind:
  - UI is responsible for requesting and displaying content
  - BizObj is responsible for any business rules and relaying requests
to/from DataObj for data related activities
  - DataObj is responsible for serving up cursors, creating temporary
indexes on those temp cursors, and saving data

UI <--> BizObj <--> DataObj

As always, all (friendly) questions are welcomed.



_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to