|
Posted by Konrad Tuszkowski on 10/10/64 11:22
> Right now, your select statement is only finding _exact matches_ of $A,
> $B, $C, $D, and $E.
this is the point. my $vars are chemical elemnents symbols, so exact matches
desired
problem is that if user put twice same element symbol ( "H" for example) db
returns only 1 row, not two. i need both "H" to be assigned to the same
value in db, that i could make a calculation "H"+"H"
i.e.
if user put "H" "2" "O" my script returns proper value of molal weight 18,
but if it is "H" "O" "H", script returns only 17, value for 1x"H" and 1x:"O"
thx anyway
konrad
[Back to original message]
|