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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. jtranex0

    creating a login page

    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
  2. jtranex0

    using between with timestamps

    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...
  3. jtranex0

    jstl tag library

    hello iam practicing using the jstl with prefix c. snippet code <%String results = &quot;Hello&quot;; %> // 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...

Part and Inventory Search

Back
Top