hello,
need some help in creating a login page. user name and password will be stored in mysql, has any one any good links?
i presume that sessions will be used with jsp.
thanks
hello,
iam trying to use a query so it presents all timestamps in the "between" condition using %.
e.g.
timestamps are in format
040206181748
select * from entries where mytimestamp between '04%' and '04%'
hopefully this should print all results for the year 2004, but for the...
hello iam practicing using the jstl with prefix c.
snippet code
<%String results = "Hello"; %>
// SQL syntax
<sql>
SELECT * FROM addressbook WHERE name LIKE <%=results%>
</sql>
I was wondering how i can call a java variable results in an sql taglibrary, so instead of the scriplet...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.