Hello Barry,

Friday, August 11, 2000, 7:54:09 AM, you wrote:

BB> I thought I understood the JSP session object, but then I observed the
BB> following behavior. The code that I'm executing is

BB> <br>Attributes:<br>
BB> <%! int count=1; %>
BB> <%= session.getMaxInactiveInterval() %> <br>
BB> <b><%= session.getAttribute("numVisits") %></b>
BB> <% session.setAttribute("numVisits", Integer.toString(count++)); %>

BB> When I open my Web browser, and visit this page, I get

BB> Attributes:
BB> 1800
BB> null

Hi! friends
Can you tell me how to use jdbc to put a file into orcle database and
retriev it . I use blob but seems not success.

Thank you anyway

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to