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