Viewing 3 posts - 1 through 3 (of 3 total)
If I run
declare @Price table (
PriceID int,
UnitPrice money
);
declare @PriceGroup table (
DescriptionID int
declare...
March 13, 2009 at 9:27 am
#959239
Well, this works, but it somehow seems flimsy. Is there a better way of doing this?
declare @PriceGroup...
March 12, 2009 at 3:36 pm
#958793
Yeah, my question was a bit vague; Sorry about that.
The basic operation of this will (should) be:
1. Customer selects a combination of 3 attributes, as shown in the Description.Code...
March 12, 2009 at 3:00 pm
#958756