hi all,

I have a troble with jsp and a query on access table.

i have to made a select
for example

select count(*) from table where Data
between \"01/01/2001\" and \"30/01/2001\"

when i try to insert in the jsp code
String queric = \"SELECT Count(*) FROM Attivazioni WHERE
Attivazioni.DataINS Between \"01/11/2001\"
And \"30/11/2001\";

i have tried to use \"\\\"\" but i receive always the same
error.


but my problem is the DATE must stay between the \"
caratcher

How can i insert in one string one \"


thanks for the help

Peter


-----------------------------------------------------
This mail sent through IMP: http://web.horde.org/imp/

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

Reply via email to