1. Re: EDS cry out!!!! Rob, Andy Sepa, anyone]

Jordah writes:
> what did you mean? Do you mean that instead of copying the 
> data in the record i could simply copy the record key to 
> another table and it would work fine.

No, I didn't mean to suggest that EDS would do anything
for you automatically or magically. 
I just meant that since keys are unique,
you could leave the large chunk of data in one place, and
just copy the (small) key value around to various tables.
You could then retrieve the data any time you want by
the usual method: select the table, look up the record by key
(it's fast because it uses binary search), then access 
the (large) data for that record. 

Regards,
   Rob Craig
   Rapid Deployment Software
   http://www.RapidEuphoria.com

new topic     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu