A while back I had asked about Text vs. Note fields.

A few responses indicated that they keep all "note"s in a separate table.
Evidently problems with broken pointers.

I assume you design your DBs with a table for ALL notes. And all the other
tables contain Note_ID fields where appropriate, that point to that note in
the note table. Then use a view to read a row including the note.

Are these assumptions correct?

Could someone elaborate on this design and problems with broken pointers.
How is this design strategy easier to fix broken pointers?

Thanks

Steve Fogelson
Internet Commerce Solutions

Reply via email to