[thelist] ASP Problems again..

thelist@lists.evolt.org thelist at lists.evolt.org
Thu Oct 31 08:36:00 2002


This seems wrong to me :

>       if rs("Price")<> "" then

you should probably be doing something like :

dim dblPrice
dblPrice = CDbl(rs("Price"))
if (dblPrice <comparison...>) then


Maybe thats causing the problem....

HTH
ashok

------
Ashok Hariharan
http://www.unganisha.org
------