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 gkittelson 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. Bebacha

    JSP.SQL and Tomcat

    What is wrong with this piece of code? String cardType = manageData.getCardType();%> <P> cardType: <%=cardType%></p> <% String sqlString = &quot;SELECT card_type.str_card_fields FROM card_type...
  2. Bebacha

    JSP and Oracle

    I have an application that will contain several items called cards. Each card will access some attributes of some tables in the Oracle database via a select sql string and display those attributes in a jsp page. Each card will be different about what data it accesses. There will be an option...
  3. Bebacha

    Jsp Error: File structure?

    I have created a jsp page that calls a bean. The bean compiles and is stored in my C:\Tomcat\webapps\idcard\WEB-INF\classes\idcard folder as .class and .java. The jsp file is stored in this folder: C:\Tomcat\webapps\idcard However when I run the jsp and hit submit to allow the capture of the...

Part and Inventory Search

Back
Top