Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Data Structure Question
70 invoices per WEEK? that volume is so small I really don't see your
problem.
Using your idea, what happens on the one order out of 70 that has to be updated (additional detail lines added/changed/removed)? you have to read ALL of that detail to change the quantity on ONE line. Instead of having the DM manage the deatil lines, your application will have to do the parsing and formatting.
My feedback to you is "don't do it"
Ed
Received on Fri Jan 21 2005 - 15:29:43 CST