Note that there are some explanatory texts on larger screens.

plurals
  1. USGlen
    primarykey
    data
    text
    plurals
    1. This table or related slice is empty.
    1. COThanks Neil. I'm looking at the archive table scenario as a possibility. I'm pretty sure that if I was using a SQL technology that supports stored procedures (which CE does not), then I could use the SP parameters to handle the historic data and return the snapshot objects accordingly. My other option is to not have EF handle the relationships, and instead use another layer of objects inheriting the data objects and manage the relationships in code. In any case, many thanks for the suggestions.
      singulars
    2. COHi Neil - First of all, great articles on using the EF with audit trail records. However, that doesn't exactly match my historical snapshot record scenario (different historical type). I'm thinking I may need to create another layer of objects that inherit from the data objects and manage the snapshot relationships in code. I don't know that EF can handle historical relationships in this manner, but perhaps someone can prove me wrong.
      singulars
    3. COUpdate: Found several discussions online regarding flash objects and hidden elements. Fixed the second issue by moving the element on and off screen, instead of hiding and showing, and persisting one object instance. However, the first error "this.media.setSrc is not a function" still fires on the first call to the function, even though the MP3 is loaded and played as expected.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload