
November 10th, 2003, 01:21 AM
|
|
Registered User
|
|
Join Date: Nov 2003
Location: malaysia
Posts: 2
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
queries in asp
hello, i'm a new forum user. I want to ask something related to sql stament. like this..
strmonth=request("Bul")
strunit=request("Unit")
sql="select * from jualan where Bul='" & strmonth & "' and
Unit ='" & strUnit & "' order by InvJ "
what wrong with this statement?. I want to display a list of jualan where match the two criteria, month and unit.
can somebody help me with this.tq
|