Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Querystring

Status
Not open for further replies.

ssmenon

Programmer
Sep 6, 2002
8
IN
Hello all

I ma useing access database , in access sql statements date function is called by #12/7/2002# i want to pass a date querystring i write in 1.asp?code='=&quot;<%=rs(&quot;name&quot;%>&date=#=&quot;<%=rs(&quot;date&quot;%>
but i cannot get the proper date value there , error occuring by mismaching the query ie date queryy sring is not passing

is any one know how to pass a Date querystring ?

ssmenon
 
Hi ssmenon,
I think the problem is with the brackets.Change your statement to

&quot;1.asp?code=<%=rs(&quot;name&quot;)%>&date=#<%=rs(&quot;date&quot;)%>#&quot;
This will solve your problem
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top