Hi,
i'm having extracting data from database with date condition problem. The following shown the code:
myday=request.form("day"
mymonth=request.form("Month"
myYear=request.form("Year"
dbdate = mymonth & "/" & myday & "/" & myYear
strSQL="Select * from Seminar where DFrom="& dbdate & ""
Hope anyone there reply me ASAP, thanks.
i'm having extracting data from database with date condition problem. The following shown the code:
myday=request.form("day"
mymonth=request.form("Month"
myYear=request.form("Year"
dbdate = mymonth & "/" & myday & "/" & myYear
strSQL="Select * from Seminar where DFrom="& dbdate & ""
Hope anyone there reply me ASAP, thanks.