Art wrote:
> I'm wondering what the best Character type to use for
setting up tables
> in SQL. I have Shipping height, Width, Depth and Weight
LBS.
You don't say which database you're using, but all the values
you refer
to are numbers. Depending on how you want to enter the
numbers, use
either an integer type or float (double). Since you refer to
pounds, it
sounds as though you are using Imperial measures, so it will
be
difficult to use decimals unless you want to use 1.5 for 1
foot 6 inches
or 1 pound 8 ounces. The way round this is to store your
measurements in
the smallest units: inches and ounces. Use server-side code
to convert
the measurements in the background.
--
David Powers, Adobe Community Expert
Author, "The Essential Guide to Dreamweaver CS3" (friends of
ED)
Author, "PHP Solutions" (friends of ED)
http://foundationphp.com/