cs168
09-09-2005, 02:00 PM
I have no problem in first time showing the data, with my sql as below
sql4="select * from tblFiles where WorkWeek >= "&request("Beginww")&" order by WorkWeek DESC"
but when I click on a link like below it will give me an syntax error(missing operator) but when I point to the link it giving me the correct link address for example if my Beginww= 15 then my link address will be
http://abc/xyz/browsebypkg.asp?workweek>=15&page=2
after I click on it the error come...
my code is as below:
pagelink = "browsebypkg.asp?Workweek>="&request("Beginww")
please help to solve this..tks
sql4="select * from tblFiles where WorkWeek >= "&request("Beginww")&" order by WorkWeek DESC"
but when I click on a link like below it will give me an syntax error(missing operator) but when I point to the link it giving me the correct link address for example if my Beginww= 15 then my link address will be
http://abc/xyz/browsebypkg.asp?workweek>=15&page=2
after I click on it the error come...
my code is as below:
pagelink = "browsebypkg.asp?Workweek>="&request("Beginww")
please help to solve this..tks