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 SkipVought 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. Selemani

    Dynamic Content - Crying for help ...... Urgent

    Thank you Nickdel, I did something like that, and I got it working fine. Thanks everyone for the help!
  2. Selemani

    Dynamic Content - Crying for help ...... Urgent

    This is my code: <sql:setDataSource var="TableView" driver="sun.jdbc.odbc.JdbcOdbcDriver" url="jdbc:odbc:Reports"/> <sql:query var="all_fields" dataSource="${TableView}" scope="session"> SELECT MegaDoc.name, MegaDoc.Description FROM MegaDoc WHERE MegaDoc.name = ? </sql:query>...
  3. Selemani

    Dynamic Content - Crying for help ...... Urgent

    That was brilliant Diancecht. That is exactly the kind of things I am looking for. However, I am using JSP with JSTL tags. When the user searches for example all the names in the address book database starting with A, he should be able to get a list like: Alan Alino...
  4. Selemani

    Dynamic Content - Crying for help ...... Urgent

    Hello I am new to this forum, maybe this issue has been resolved already. Please Help! I have been asked to build a small system that will do certain things. I am using Tomcat with JSP. The connection and the interaction to the database are great. The only issue I am having is that I don't...
  5. Selemani

    Dynamic Content - Crying for help ...... Urgent

    Thank you Chrissie1 for replying to my post. I should have mentioned earlier that I am new to the JSP business. Your reply is so advanced that I didn't know what to do. Like I said, I need some codes that will activate a new query from whatever result the user would have on their screen. E.g. If...
  6. Selemani

    Dynamic Content - Crying for help ...... Urgent

    Hello I am new to this forum, maybe this issue has been resolved already. Please Help! I have been asked to build a small system that will do certain things. I am using Tomcat with JSP. The connection and the interaction to the database are great. The only issue I am having is that I don't...

Part and Inventory Search

Back
Top