[thelist] ASP Problems again..

listman at hazard0us.org listman at hazard0us.org
Thu Oct 31 08:36:00 CST 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
------






More information about the thelist mailing list