• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Customer and Customer activity file

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello.
I have a customer record and its associated customer activity records.
One customer has typically 1000 or 1500 activity records associated with.
Customer record also has last activity date to be updated whenever we have updated the activity file.

My question is everytime I read a customer record, activity files are read (just id). But I don't want to read activity record when I'm just updating customer record.

Also, when I'm inserting a new activity record to customer, I just want to add a activity record and don't want to read whole records.

How is everyone getting around this?

Thanks!
 
reply
    Bookmark Topic Watch Topic
  • New Topic